comparison runtime/doc/various.txt @ 8148:f5da459c5698

commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 15:47:01 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 16:00:06 +0100
parents abd64cf67bcf
children 88207f4b861a
comparison
equal deleted inserted replaced
8147:da6300d5a13b 8148:f5da459c5698
1 *various.txt* For Vim version 7.4. Last change: 2016 Feb 15 1 *various.txt* For Vim version 7.4. Last change: 2016 Feb 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
513 :redi[r] =>> {var} Append messages to an existing variable. Only string 513 :redi[r] =>> {var} Append messages to an existing variable. Only string
514 variables can be used. {not in Vi} 514 variables can be used. {not in Vi}
515 515
516 :redi[r] END End redirecting messages. {not in Vi} 516 :redi[r] END End redirecting messages. {not in Vi}
517 517
518 *:sil* *:silent* 518 *:sil* *:silent* *:silent!*
519 :sil[ent][!] {command} Execute {command} silently. Normal messages will not 519 :sil[ent][!] {command} Execute {command} silently. Normal messages will not
520 be given or added to the message history. 520 be given or added to the message history.
521 When [!] is added, error messages will also be 521 When [!] is added, error messages will also be
522 skipped, and commands and mappings will not be aborted 522 skipped, and commands and mappings will not be aborted
523 when an error is detected. |v:errmsg| is still set. 523 when an error is detected. |v:errmsg| is still set.