diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-03-13 20:01:49 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-03-13 20:17:31 +0100 |
commit | 9ab814eafad4e7d3f34ef9e1f518339dddedfac2 (patch) | |
tree | 9bc63bc9440e7bacc6d67ebbfd713afdfacbf503 /runtime/doc/help.txt | |
parent | 95ab5a0da3a465351a781031698d6cc8a727584a (diff) | |
download | rneovim-9ab814eafad4e7d3f34ef9e1f518339dddedfac2.tar.gz rneovim-9ab814eafad4e7d3f34ef9e1f518339dddedfac2.tar.bz2 rneovim-9ab814eafad4e7d3f34ef9e1f518339dddedfac2.zip |
docs(help): consistent headers for local additions
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 68c886887f..a1550d5c8b 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -169,8 +169,8 @@ DEVELOPING NVIM |dev-style| Development style guidelines |debug.txt| Debugging Vim itself - *standard-plugin-list* Standard plugins ~ + *standard-plugin-list* |matchit.txt| Extended |%| matching |pi_gzip.txt| Reading and writing compressed files |pi_health.txt| Healthcheck framework @@ -181,7 +181,8 @@ Standard plugins ~ |pi_tar.txt| Tar file explorer |pi_zip.txt| Zip archive explorer -LOCAL ADDITIONS: *local-additions* +Local additions ~ + *local-additions* ------------------------------------------------------------------------------ *bars* Bars example |