comparison runtime/doc/options.txt @ 18831:6848b809a26e

Runtime file updates. Commit: https://github.com/vim/vim/commit/664f3cf3f21d3699bfd179c318ef5c869c085648 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 16:03:51 2019 +0100 Runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 16:15:05 +0100
parents 99586852c2db
children af69c9335223
comparison
equal deleted inserted replaced
18830:a5749be04ad3 18831:6848b809a26e
1 *options.txt* For Vim version 8.1. Last change: 2019 Nov 26 1 *options.txt* For Vim version 8.1. Last change: 2019 Dec 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
494 number of lines at the beginning and end of the file are checked for 494 number of lines at the beginning and end of the file are checked for
495 modelines. This is explained here. 495 modelines. This is explained here.
496 496
497 *modeline* *vim:* *vi:* *ex:* *E520* 497 *modeline* *vim:* *vi:* *ex:* *E520*
498 There are two forms of modelines. The first form: 498 There are two forms of modelines. The first form:
499 [text]{white}{vi:|vim:|ex:}[white]{options} 499 [text{white}]{vi:|vim:|ex:}[white]{options}
500 500
501 [text] any text or empty 501 [text{white}] empty or any text followed by at least one blank
502 {white} at least one blank character (<Space> or <Tab>) 502 character (<Space> or <Tab>); "ex:" always requires at
503 least one blank character
503 {vi:|vim:|ex:} the string "vi:", "vim:" or "ex:" 504 {vi:|vim:|ex:} the string "vi:", "vim:" or "ex:"
504 [white] optional white space 505 [white] optional white space
505 {options} a list of option settings, separated with white space 506 {options} a list of option settings, separated with white space
506 or ':', where each part between ':' is the argument 507 or ':', where each part between ':' is the argument
507 for a ":set" command (can be empty) 508 for a ":set" command (can be empty)