diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 08:43:13 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:17:43 +0100 |
commit | c05b0d8ec7a29b29ca36a78041cb67eefc146b30 (patch) | |
tree | 6d4397f7f59f29ca6a8986b68b6fec50d9447662 /runtime/doc/change.txt | |
parent | 875a1bcf0adb2c223e80c492ee102d322774fd46 (diff) | |
download | rneovim-c05b0d8ec7a29b29ca36a78041cb67eefc146b30.tar.gz rneovim-c05b0d8ec7a29b29ca36a78041cb67eefc146b30.tar.bz2 rneovim-c05b0d8ec7a29b29ca36a78041cb67eefc146b30.zip |
vim-patch:85eee130f44a
Update runtime files.
https://github.com/vim/vim/commit/85eee130f44a2201d88ca2aeff0af3b11dd75fa9
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 028599880b..1846b562aa 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -99,7 +99,7 @@ is an error when 'cpoptions' includes the 'E' flag. J Join [count] lines, with a minimum of two lines. Remove the indent and insert up to two spaces (see below). Fails when on the last line of the buffer. - If [count] is too big it is reduce to the number of + If [count] is too big it is reduced to the number of lines available. *v_J* @@ -416,7 +416,7 @@ This depends on the 'nrformats' option: For decimals a leading negative sign is considered for incrementing or 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. +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 |