comparison runtime/doc/various.txt @ 298:f9de3e679a04

updated for version 7.0078
author vimboss
date Wed, 01 Jun 2005 21:56:33 +0000
parents 1c1cbdc42f75
children 28730e33f13a
comparison
equal deleted inserted replaced
297:9a1c2a8186b7 298:f9de3e679a04
397 {not in Vi} 397 {not in Vi}
398 398
399 :redi[r] >> {file} Redirect messages to file {file}. Append if {file} 399 :redi[r] >> {file} Redirect messages to file {file}. Append if {file}
400 already exists. {not in Vi} 400 already exists. {not in Vi}
401 401
402 :redi[r] @{a-zA-Z} Redirect messages to register {a-z}. Append to the 402 :redi[r] @{a-zA-Z}> Redirect messages to register {a-z}. Append to the
403 contents of the register if its name is given 403 contents of the register if its name is given
404 uppercase {A-Z}. {not in Vi} 404 uppercase {A-Z}. For backward compatibility, the ">"
405 after the register name can be omitted. {not in Vi}
405 :redi[r] @{a-z}>> Append messages to register {a-z}. {not in Vi} 406 :redi[r] @{a-z}>> Append messages to register {a-z}. {not in Vi}
406 407
407 :redi[r] @* Redirect messages to the clipboard. {not in Vi} 408 :redi[r] @*> Redirect messages to the clipboard. For backward
409 compatibility, the ">" after the register name can be
410 omitted. {not in Vi}
408 :redi[r] @*>> Append messages to the clipboard. {not in Vi} 411 :redi[r] @*>> Append messages to the clipboard. {not in Vi}
409 412
410 :redi[r] @" Redirect messages to the unnamed register. {not in Vi} 413 :redi[r] @"> Redirect messages to the unnamed register. For
414 backward compatibility, the ">" after the register
415 name can be omitted. {not in Vi}
411 :redi[r] @">> Append messages to the unnamed register. {not in Vi} 416 :redi[r] @">> Append messages to the unnamed register. {not in Vi}
412 417
413 :redi[r] => {var} Redirect messages to a variable. If the variable 418 :redi[r] => {var} Redirect messages to a variable. If the variable
414 doesn't exist, then it is created. If the variable 419 doesn't exist, then it is created. If the variable
415 exists, then it is initialized to an empty string. 420 exists, then it is initialized to an empty string.