runtime(doc): add `usr` tag to usr_toc.txt Commit: https://github.com/vim/vim/commit/baee8448d1dc803d01ed61beff2a135827b1b8e3 Author: dundargoc <gocdun...@gmail.com> Date: Tue Oct 1 19:24:02 2024 +0200
runtime(doc): add `usr` tag to usr_toc.txt 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: #15779 Signed-off-by: dundargoc <gocdun...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/tags b/runtime/doc/tags index fb6adf802..8b0a9598f 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -10855,6 +10855,7 @@ using-menus gui.txt /*using-menus* using-scripts repeat.txt /*using-scripts* using-xxd tips.txt /*using-xxd* using_CTRL-V map.txt /*using_CTRL-V* +usr usr_toc.txt /*usr* usr_01.txt usr_01.txt /*usr_01.txt* usr_02.txt usr_02.txt /*usr_02.txt* usr_03.txt usr_03.txt /*usr_03.txt* diff --git a/runtime/doc/usr_toc.txt b/runtime/doc/usr_toc.txt index 4cb404bc8..c70c945cf 100644 --- a/runtime/doc/usr_toc.txt +++ b/runtime/doc/usr_toc.txt @@ -1,8 +1,8 @@ -*usr_toc.txt* For Vim version 9.1. Last change: 2022 Jun 20 +*usr_toc.txt* For Vim version 9.1. Last change: 2024 Oct 01 VIM USER MANUAL - by Bram Moolenaar - Table Of Contents *user-manual* + Table Of Contents *user-manual* *usr* ============================================================================== Overview ~ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1svghO-004jsA-A6%40256bit.org.