]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix typo in :help :hide text
authorDoug Kearns <dougkearns@gmail.com>
Sun, 8 Sep 2024 17:39:20 +0000 (19:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 8 Sep 2024 17:39:20 +0000 (19:39 +0200)
closes: #15644

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/windows.txt

index 46b75bdff8efaaf6338b536e7b978a5b7cde4388..915db37e9ee7ef0bfd386f1774a010843968d55d 100644 (file)
@@ -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