diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 19:03:31 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:31 -0400 |
commit | 527d108223e50c3fab034b582c102475b16c016e (patch) | |
tree | e355fe3e9781a228503bd038f40418063392edb7 /runtime/doc/options.txt | |
parent | 3e47e529b0354dbd665202bbc4f485a5160206bf (diff) | |
download | rneovim-527d108223e50c3fab034b582c102475b16c016e.tar.gz rneovim-527d108223e50c3fab034b582c102475b16c016e.tar.bz2 rneovim-527d108223e50c3fab034b582c102475b16c016e.zip |
vim-patch:664f3cf3f21d
Runtime file updates.
https://github.com/vim/vim/commit/664f3cf3f21d3699bfd179c318ef5c869c085648
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 3edd4864a1..a6e3dcd436 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -394,10 +394,11 @@ to set options automatically for one or more files: *modeline* *vim:* *vi:* *ex:* *E520* There are two forms of modelines. The first form: - [text]{white}{vi:|vim:|ex:}[white]{options} + [text{white}]{vi:|vim:|ex:}[white]{options} -[text] any text or empty -{white} at least one blank character (<Space> or <Tab>) +[text{white}] empty or any text followed by at least one blank + character (<Space> or <Tab>); "ex:" always requires at + least one blank character {vi:|vim:|ex:} the string "vi:", "vim:" or "ex:" [white] optional white space {options} a list of option settings, separated with white space |