commit d983599613ae19190369c0577a409ede3b1ded38
parent 0e484c2041f9196f61c2b5dfaed38e81d068680d
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 2 Oct 2024 07:33:25 +0800
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>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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