diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-07 16:00:31 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-07 16:00:31 -0400 |
commit | 00fc216e2be1f3a32fd31fb08a2ecdc66acd0543 (patch) | |
tree | 801ede4a6cc27a352a189882047c4185157fdc02 /runtime/doc/various.txt | |
parent | 8849c209cc0ae94d60a814b55397d80c2c16a185 (diff) | |
parent | e056e5d5585b9c5118be8dba046638c872c00ba7 (diff) | |
download | rneovim-00fc216e2be1f3a32fd31fb08a2ecdc66acd0543.tar.gz rneovim-00fc216e2be1f3a32fd31fb08a2ecdc66acd0543.tar.bz2 rneovim-00fc216e2be1f3a32fd31fb08a2ecdc66acd0543.zip |
Merge #4890 from jamessan/vim-38a5563
vim-patch:38a5563,e0fa374,decb14d
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 92985f8eba..a2c0f45b23 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 7.4. Last change: 2016 Jan 31 +*various.txt* For Vim version 7.4. Last change: 2016 Feb 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -454,7 +454,7 @@ m *+xpm_w32* Win32 GUI only: pixmap support |w32-xpm-support| :redi[r] END End redirecting messages. - *:sil* *:silent* + *:sil* *:silent* *:silent!* :sil[ent][!] {command} Execute {command} silently. Normal messages will not be given or added to the message history. When [!] is added, error messages will also be |