summaryrefslogtreecommitdiff
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-03 22:14:44 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-03 22:14:44 +0100
commitfa7353428f705f7a13465a1943dddeede4083023 (patch)
tree9bf592fd671997c4607ff053224f97c1f308df39 /runtime/doc/change.txt
parent24db72958fc91bd067c7d60a4990d09a6f295b48 (diff)
downloadvim-git-fa7353428f705f7a13465a1943dddeede4083023.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 6ccf93dfa..6dd20ad8b 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
@@ -438,8 +438,8 @@ This depends on the 'nrformats' option:
index.
For decimals a leading negative sign is considered for incrementing/
-decrementing, for octal and hex values, it won't be considered.
-To ignore the sign Visually select the number before using CTRL-A or CTRL-X.
+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),
Vim preserves the number of characters in the number when possible. CTRL-A on
@@ -1007,7 +1007,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}. {not in Vi}