Mercurial > vim
changeset 36111:d5f357037186
runtime(doc): Fix typo in :help :hide text
Commit: https://github.com/vim/vim/commit/0b2285c96b209feb65ff8163214609198684e683
Author: Doug Kearns <dougkearns@gmail.com>
Date: Sun Sep 8 19:39:20 2024 +0200
runtime(doc): Fix typo in :help :hide text
closes: https://github.com/vim/vim/issues/15644
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 08 Sep 2024 19:45:09 +0200 |
parents | e9b68670832d |
children | e384fc00a9e5 |
files | runtime/doc/windows.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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