diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-08 23:36:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-08 23:36:10 +0200 |
commit | 12969c04fe7bd27dc0cbf37709eb40a86d4a27f9 (patch) | |
tree | 2d2d3546e1547c58bd04546e86b89485a9a2092e /runtime/doc/change.txt | |
parent | 3cbe0c01ad71875bd662edb629f9e792a734f292 (diff) | |
download | vim-git-12969c04fe7bd27dc0cbf37709eb40a86d4a27f9.tar.gz |
Update documentation and syntax files.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index a7c8a277d..3a8107ecd 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 7.4. Last change: 2015 Aug 04 +*change.txt* For Vim version 7.4. Last change: 2015 Sep 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1135,7 +1135,7 @@ Rationale: In Vi the "y" command followed by a backwards motion would With a linewise yank command the cursor is put in the first line, but the column is unmodified, thus it may not be on the first yanked character. -There are nine types of registers: *registers* *E354* +There are ten types of registers: *registers* *E354* 1. The unnamed register "" 2. 10 numbered registers "0 to "9 3. The small delete register "- |