comparison runtime/doc/various.txt @ 123:f67f8a8d81ba

updated for version 7.0043
author vimboss
date Fri, 21 Jan 2005 11:55:25 +0000
parents f1d2a58883b9
children 8ecb0db93e9a
comparison
equal deleted inserted replaced
122:56eb9755174b 123:f67f8a8d81ba
1 *various.txt* For Vim version 7.0aa. Last change: 2004 Dec 23 1 *various.txt* For Vim version 7.0aa. Last change: 2005 Jan 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
385 already exists. {not in Vi} 385 already exists. {not in Vi}
386 386
387 :redi[r] @{a-zA-Z} Redirect messages to register {a-z}. Append to the 387 :redi[r] @{a-zA-Z} Redirect messages to register {a-z}. Append to the
388 contents of the register if its name is given 388 contents of the register if its name is given
389 uppercase {A-Z}. {not in Vi} 389 uppercase {A-Z}. {not in Vi}
390 :redi[r] @{a-z}> Append messages to register {a-z}. {not in Vi}
390 391
391 :redi[r] @* Redirect messages to the clipboard. {not in Vi} 392 :redi[r] @* Redirect messages to the clipboard. {not in Vi}
393 :redi[r] @*> Append messages to the clipboard. {not in Vi}
392 394
393 :redi[r] @" Redirect messages to the unnamed register. {not in Vi} 395 :redi[r] @" Redirect messages to the unnamed register. {not in Vi}
396 :redi[r] @"> Append messages to the unnamed register. {not in Vi}
394 397
395 :redi[r] END End redirecting messages. {not in Vi} 398 :redi[r] END End redirecting messages. {not in Vi}
396 399
397 *:sil* *:silent* 400 *:sil* *:silent*
398 :sil[ent][!] {command} Execute {command} silently. Normal messages will not 401 :sil[ent][!] {command} Execute {command} silently. Normal messages will not