diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-20 14:38:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-20 14:38:13 +0200 |
commit | 589edb340454e7f1b19358f129287a636d53d0e1 (patch) | |
tree | 1b91750b013c59c0e970d77ac8300350c593f755 /runtime/doc/options.txt | |
parent | 56ebbabea1d8409ba67127b9674f6c714739c8e0 (diff) | |
download | vim-git-589edb340454e7f1b19358f129287a636d53d0e1.tar.gz |
Updte runtime files
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4890a986c..9f3d1dae6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 8.1. Last change: 2019 Sep 09 +*options.txt* For Vim version 8.1. Last change: 2019 Sep 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -8565,8 +8565,8 @@ A jump table for the options with a short description can be found at |Q_op|. ":map <BS> X" to make backspace delete the character in front of the cursor. When 'l' is included and it is used after an operator at the end of a - line then it will not move to the next line. This makes "dl", "cl", - "yl" etc. work normally. + line (not an empty line) then it will not move to the next line. This + makes "dl", "cl", "yl" etc. work normally. NOTE: This option is set to the Vi default value when 'compatible' is set and to the Vim default value when 'compatible' is reset. |