diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:43:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:43:58 +0000 |
commit | e2cc9702a6ddb033ea289a1269f14e7ae076c3ef (patch) | |
tree | ff8eab15d32035b98b9e0ac952d1cc1435f14c26 /runtime/doc/usr_10.txt | |
parent | 152c9dd52b4ff1a39618e973c720829ac6395f2d (diff) | |
download | vim-git-e2cc9702a6ddb033ea289a1269f14e7ae076c3ef.tar.gz |
updated for version 7.0060
Diffstat (limited to 'runtime/doc/usr_10.txt')
-rw-r--r-- | runtime/doc/usr_10.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/usr_10.txt b/runtime/doc/usr_10.txt index 807d2f99a..9e536d541 100644 --- a/runtime/doc/usr_10.txt +++ b/runtime/doc/usr_10.txt @@ -1,4 +1,4 @@ -*usr_10.txt* For Vim version 7.0aa. Last change: 2004 Mar 12 +*usr_10.txt* For Vim version 7.0aa. Last change: 2005 Mar 15 VIM USER MANUAL - by Bram Moolenaar @@ -437,7 +437,8 @@ If the string you insert contains a newline, the "I" acts just like a Normal insert command and affects only the first line of the block. The "A" command works the same way, except that it appends after the right -side of the block. +side of the block. And it does insert text in a short line. Thus you can +make a choice whether you do or don't want to append text to a short line. There is one special case for "A": Select a Visual block and then use "$" to make the block extend to the end of each line. Using "A" now will append the text to the end of each line. |