comparison runtime/doc/various.txt @ 271:8d34af900bae v7.0072

updated for version 7.0072
author vimboss
date Wed, 18 May 2005 22:24:46 +0000
parents 73354c21f1e4
children 1c1cbdc42f75
comparison
equal deleted inserted replaced
270:a20218704019 271:8d34af900bae
398 already exists. {not in Vi} 398 already exists. {not in Vi}
399 399
400 :redi[r] @{a-zA-Z} Redirect messages to register {a-z}. Append to the 400 :redi[r] @{a-zA-Z} Redirect messages to register {a-z}. Append to the
401 contents of the register if its name is given 401 contents of the register if its name is given
402 uppercase {A-Z}. {not in Vi} 402 uppercase {A-Z}. {not in Vi}
403 :redi[r] @{a-z}> Append messages to register {a-z}. {not in Vi} 403 :redi[r] @{a-z}>> Append messages to register {a-z}. {not in Vi}
404 404
405 :redi[r] @* Redirect messages to the clipboard. {not in Vi} 405 :redi[r] @* Redirect messages to the clipboard. {not in Vi}
406 :redi[r] @*> Append messages to the clipboard. {not in Vi} 406 :redi[r] @*>> Append messages to the clipboard. {not in Vi}
407 407
408 :redi[r] @" Redirect messages to the unnamed register. {not in Vi} 408 :redi[r] @" Redirect messages to the unnamed register. {not in Vi}
409 :redi[r] @"> Append messages to the unnamed register. {not in Vi} 409 :redi[r] @">> Append messages to the unnamed register. {not in Vi}
410 410
411 :redi[r] => {var} Redirect messages to a variable. If the variable 411 :redi[r] => {var} Redirect messages to a variable. If the variable
412 doesn't exist, then it is created. If the variable 412 doesn't exist, then it is created. If the variable
413 exists, then it is initialized to an empty string. 413 exists, then it is initialized to an empty string.
414 Only string variables can be used. After the 414 Only string variables can be used. After the