comparison runtime/doc/change.txt @ 5340:22da5ab9aaa1

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 22:13:31 +0200
parents 359743c1f59a
children ab1508486b12
comparison
equal deleted inserted replaced
5339:a00302b18c60 5340:22da5ab9aaa1
1 *change.txt* For Vim version 7.4. Last change: 2013 Jul 17 1 *change.txt* For Vim version 7.4. Last change: 2013 Aug 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1124 change command, unless the command specified another register or the text is 1124 change command, unless the command specified another register or the text is
1125 less than one line (the small delete register is used then). An exception is 1125 less than one line (the small delete register is used then). An exception is
1126 made for the delete operator with these movement commands: |%|, |(|, |)|, |`|, 1126 made for the delete operator with these movement commands: |%|, |(|, |)|, |`|,
1127 |/|, |?|, |n|, |N|, |{| and |}|. Register "1 is always used then (this is Vi 1127 |/|, |?|, |n|, |N|, |{| and |}|. Register "1 is always used then (this is Vi
1128 compatible). The "- register is used as well if the delete is within a line. 1128 compatible). The "- register is used as well if the delete is within a line.
1129 Note that these character may be mapped. E.g. |%| is mapped by the matchit
1130 plugin.
1129 With each successive deletion or change, Vim shifts the previous contents 1131 With each successive deletion or change, Vim shifts the previous contents
1130 of register 1 into register 2, 2 into 3, and so forth, losing the previous 1132 of register 1 into register 2, 2 into 3, and so forth, losing the previous
1131 contents of register 9. 1133 contents of register 9.
1132 {Vi: numbered register contents are lost when changing files; register 0 does 1134 {Vi: numbered register contents are lost when changing files; register 0 does
1133 not exist} 1135 not exist}