summaryrefslogtreecommitdiff
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-05 22:13:31 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-05 22:13:31 +0200
commit7cba6c0636191af353430c5a49b514692fa259ac (patch)
tree6ad8420c61e27d1fd77d4ecdcd632b957c2e1f15 /runtime/doc/change.txt
parentbec9c20884290cc64e63d4eec531c0a2fbdcd3f6 (diff)
downloadvim-git-7cba6c0636191af353430c5a49b514692fa259ac.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 819bb046c..ea5a493d7 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.4. Last change: 2013 Jul 17
+*change.txt* For Vim version 7.4. Last change: 2013 Aug 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1126,6 +1126,8 @@ less than one line (the small delete register is used then). An exception is
made for the delete operator with these movement commands: |%|, |(|, |)|, |`|,
|/|, |?|, |n|, |N|, |{| and |}|. Register "1 is always used then (this is Vi
compatible). The "- register is used as well if the delete is within a line.
+Note that these character may be mapped. E.g. |%| is mapped by the matchit
+plugin.
With each successive deletion or change, Vim shifts the previous contents
of register 1 into register 2, 2 into 3, and so forth, losing the previous
contents of register 9.