comparison runtime/doc/options.txt @ 18130:1e5672da6a69

Updte runtime files Commit: https://github.com/vim/vim/commit/589edb340454e7f1b19358f129287a636d53d0e1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 14:38:13 2019 +0200 Updte runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 14:45:05 +0200
parents 5ae41d0ea397
children 851a014dfd8b
comparison
equal deleted inserted replaced
18129:52078b0635f7 18130:1e5672da6a69
1 *options.txt* For Vim version 8.1. Last change: 2019 Sep 09 1 *options.txt* For Vim version 8.1. Last change: 2019 Sep 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
8563 is also true for "x" and "X", because they do the same as "dl" and 8563 is also true for "x" and "X", because they do the same as "dl" and
8564 "dh". If you use this, you may also want to use the mapping 8564 "dh". If you use this, you may also want to use the mapping
8565 ":map <BS> X" to make backspace delete the character in front of the 8565 ":map <BS> X" to make backspace delete the character in front of the
8566 cursor. 8566 cursor.
8567 When 'l' is included and it is used after an operator at the end of a 8567 When 'l' is included and it is used after an operator at the end of a
8568 line then it will not move to the next line. This makes "dl", "cl", 8568 line (not an empty line) then it will not move to the next line. This
8569 "yl" etc. work normally. 8569 makes "dl", "cl", "yl" etc. work normally.
8570 NOTE: This option is set to the Vi default value when 'compatible' is 8570 NOTE: This option is set to the Vi default value when 'compatible' is
8571 set and to the Vim default value when 'compatible' is reset. 8571 set and to the Vim default value when 'compatible' is reset.
8572 8572
8573 *'wildchar'* *'wc'* 8573 *'wildchar'* *'wc'*
8574 'wildchar' 'wc' number (Vim default: <Tab>, Vi default: CTRL-E) 8574 'wildchar' 'wc' number (Vim default: <Tab>, Vi default: CTRL-E)