From: Doug Kearns Date: Sun, 8 Sep 2024 17:39:20 +0000 (+0200) Subject: runtime(doc): Fix typo in :help :hide text X-Git-Tag: v9.1.0721~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2285c96b209feb65ff8163214609198684e683;p=thirdparty%2Fvim.git runtime(doc): Fix typo in :help :hide text closes: #15644 Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 46b75bdff8..915db37e9e 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 9.1. Last change: 2024 Sep 07 +*windows.txt* For Vim version 9.1. Last change: 2024 Sep 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -394,7 +394,7 @@ CTRL-W CTRL-C *CTRL-W_CTRL-C* to the buffer are not written and won't get lost, so this is a "safe" command. -:hid[e] {cmd} Execute {cmd} with 'hidden' is set. The previous value of +:hid[e] {cmd} Execute {cmd} with 'hidden' set. The previous value of 'hidden' is restored after {cmd} has been executed. Example: > :hide edit Makefile