aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-15 22:50:17 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-15 22:50:17 -0400
commit71450b54aa22fd1d60e5b4d0929f254a56c8869d (patch)
treea12909d6ec1a9b5cd91ff79b8d43275ab16814de /runtime/doc/change.txt
parent082abb7ca6f45fa937a0377a5edc68929a1c08a9 (diff)
parent92fe357a523de1a4bed0c5778389dc7d669d29c4 (diff)
downloadrneovim-71450b54aa22fd1d60e5b4d0929f254a56c8869d.tar.gz
rneovim-71450b54aa22fd1d60e5b4d0929f254a56c8869d.tar.bz2
rneovim-71450b54aa22fd1d60e5b4d0929f254a56c8869d.zip
Merge pull request #4743 from jamessan/vim-7.4.1037
vim-patch:7.4.1037,fa73534
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 580353ea94..c8eb0705f6 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 Oct 17
+*change.txt* For Vim version 7.4. Last change: 2016 Jan 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -423,7 +423,7 @@ This depends on the 'nrformats' option:
index.
For decimals a leading negative sign is considered for incrementing or
-decrementing, for binary and octal and hex values, it won't be considered. To
+decrementing, for binary, octal and hex values, it won't be considered. To
ignore the sign Visually select the number before using CTRL-A or CTRL-X.
For numbers with leading zeros (including all octal and hexadecimal numbers),
@@ -966,7 +966,7 @@ inside of strings can change! Also see 'softtabstop' option. >
:reg[isters] {arg} Display the contents of the numbered and named
registers that are mentioned in {arg}. For example: >
- :dis 1a
+ :reg 1a
< to display registers '1' and 'a'. Spaces are allowed
in {arg}.