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 <gocdundar@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
b50bc9ad55
commit
baee8448d1
@ -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*
|
||||
|
||||
@ -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 ~
|
||||
|
||||
Reference in New Issue
Block a user