From d983599613ae19190369c0577a409ede3b1ded38 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 2 Oct 2024 07:33:25 +0800 Subject: 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 --- runtime/doc/usr_toc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit