From e453825aa5c702b22faa7acb0b1226e60a539d59 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 7 Jun 2016 10:39:58 -0400 Subject: vim-patch:38a5563 Update runtime files. https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75 Ignore changes to * doc/channel.txt, doc/eval.txt, doc/various.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt, doc/vi_diff.txt: Not relevant to neovim --- runtime/doc/various.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/various.txt') diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 92985f8eba..14ce121254 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 15 VIM REFERENCE MANUAL by Bram Moolenaar -- cgit From 48aa28a3eb074ccd903a6eb64869764be5c95b30 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 7 Jun 2016 12:06:20 -0400 Subject: vim-patch:e0fa374 Updated runtime files. https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d Ignore changes to * doc/channel.txt: Channel related docs * doc/netbeans.txt, doc/os_dos.txt, doc/todo.txt: Not relevant to Neovim * doc/tags: Generated at build time --- runtime/doc/various.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/various.txt') diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 14ce121254..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 Feb 15 +*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 -- cgit