diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-02 07:33:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 23:33:25 +0000 |
commit | d983599613ae19190369c0577a409ede3b1ded38 (patch) | |
tree | af7af3f95ad75621f89802168c00dc26f4263cda | |
parent | 0e484c2041f9196f61c2b5dfaed38e81d068680d (diff) | |
download | rneovim-d983599613ae19190369c0577a409ede3b1ded38.tar.gz rneovim-d983599613ae19190369c0577a409ede3b1ded38.tar.bz2 rneovim-d983599613ae19190369c0577a409ede3b1ded38.zip |
vim-patch:baee844: runtime(doc): add `usr` tag to usr_toc.txt (#30617)
When typing `:h usr` it redirects to usr_01.txt, but I'd argue
usr_toc.txt is more useful as you can see an overview of all manuals.
When I usr `:h usr` I personally always intend to go to `usr_toc`.
closes: vim/vim#15779
https://github.com/vim/vim/commit/baee8448d1dc803d01ed61beff2a135827b1b8e3
Co-authored-by: dundargoc <gocdundar@gmail.com>
-rw-r--r-- | runtime/doc/usr_toc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_toc.txt b/runtime/doc/usr_toc.txt index 2e70c20675..f4de945ada 100644 --- a/runtime/doc/usr_toc.txt +++ b/runtime/doc/usr_toc.txt @@ -2,7 +2,7 @@ VIM USER MANUAL - by Bram Moolenaar - Table Of Contents *user-manual* + Table Of Contents *user-manual* *usr* ============================================================================== Overview |