Skip to content

Commit 0b2285c

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Fix typo in :help :hide text
closes: #15644 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent b584117 commit 0b2285c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim version 9.1. Last change: 2024 Sep 07
1+
*windows.txt* For Vim version 9.1. Last change: 2024 Sep 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -394,7 +394,7 @@ CTRL-W CTRL-C *CTRL-W_CTRL-C*
394394
to the buffer are not written and won't get lost, so this is a
395395
"safe" command.
396396

397-
:hid[e] {cmd} Execute {cmd} with 'hidden' is set. The previous value of
397+
:hid[e] {cmd} Execute {cmd} with 'hidden' set. The previous value of
398398
'hidden' is restored after {cmd} has been executed.
399399
Example: >
400400
:hide edit Makefile

0 commit comments

Comments
 (0)