diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 06:29:23 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 16:20:22 +0200 |
commit | 4ea83236670825a52e3a046847bbe96239d75394 (patch) | |
tree | d59ec756b66d9b695f8b501953dc3c5513c012d8 /runtime/doc/quickref.txt | |
parent | bf6919f26bc5cf33049619f15e9e20581269b00d (diff) | |
download | rneovim-4ea83236670825a52e3a046847bbe96239d75394.tar.gz rneovim-4ea83236670825a52e3a046847bbe96239d75394.tar.bz2 rneovim-4ea83236670825a52e3a046847bbe96239d75394.zip |
vim-patch:68e6560b84f1
Update runtime files.
https://github.com/vim/vim/commit/68e6560b84f196c82e27a72669684d5506a3a837
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index cbfcfa4010..8712e37f77 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -771,6 +771,7 @@ Short explanation of each option: *option-list* 'menuitems' 'mis' maximum number of items in a menu 'mkspellmem' 'msm' memory used before |:mkspell| compresses the tree 'modeline' 'ml' recognize modelines at start or end of file +'modelineexpr' 'mle' allow setting expression options from a modeline 'modelines' 'mls' number of lines checked for modelines 'modifiable' 'ma' changes to the text are not possible 'modified' 'mod' buffer has been modified |