comparison runtime/doc/various.txt @ 20115:bd021eb62e73

Update runtime files Commit: https://github.com/vim/vim/commit/2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 20 19:52:53 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Apr 2020 20:00:05 +0200
parents e373843e2980
children 661eb972cb22
comparison
equal deleted inserted replaced
20114:80e88fbca4ea 20115:bd021eb62e73
1 *various.txt* For Vim version 8.2. Last change: 2020 Mar 19 1 *various.txt* For Vim version 8.2. Last change: 2020 Apr 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
541 Only string variables can be used. After the 541 Only string variables can be used. After the
542 redirection starts, if the variable is removed or 542 redirection starts, if the variable is removed or
543 locked or the variable type is changed, then further 543 locked or the variable type is changed, then further
544 command output messages will cause errors. 544 command output messages will cause errors.
545 To get the output of one command the |execute()| 545 To get the output of one command the |execute()|
546 function can be used. 546 function can be used instead of redirection.
547 547
548 :redi[r] =>> {var} Append messages to an existing variable. Only string 548 :redi[r] =>> {var} Append messages to an existing variable. Only string
549 variables can be used. 549 variables can be used.
550 550
551 :redi[r] END End redirecting messages. 551 :redi[r] END End redirecting messages.