neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ac3859a4410e50794a083f23796e4f8ae2a24b04
parent cd92924896ab6edeb4d3219befc59ac52a60bcf2
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 17 Jan 2025 09:09:47 +0800

vim-patch:a234a46: runtime(doc): fix typo in usr_02.txt (#32063)

fixes: vim/vim#16455

https://github.com/vim/vim/commit/a234a46651ef174549792bd64d4bef64a32072bb

Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
Mruntime/doc/usr_02.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/doc/usr_02.txt b/runtime/doc/usr_02.txt @@ -684,8 +684,8 @@ Summary: *help-summary* > :help E128 < takes you to the |:function| command -27) Documenction for packages distributed with Vim have the form package-<name>. - So > +27) Documentation for packages distributed with Vim have the form + package-<name>. So > :help package-termdebug < will bring you to the help section for the included termdebug plugin and