diff options
author | James McCoy <jamessan@jamessan.com> | 2019-06-22 22:11:52 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2019-06-24 06:46:01 -0400 |
commit | 280938d9321821e01729b63cdac325287dce5d1c (patch) | |
tree | 712150c659bed95151ae4bcf6ef9ab7a06cc75d2 /runtime | |
parent | d26505439453982e14f233885a8b1a68be18cb46 (diff) | |
download | rneovim-280938d9321821e01729b63cdac325287dce5d1c.tar.gz rneovim-280938d9321821e01729b63cdac325287dce5d1c.tar.bz2 rneovim-280938d9321821e01729b63cdac325287dce5d1c.zip |
vim-patch:8.1.1401: misspelled mkspellmem as makespellmem
Problem: Misspelled mkspellmem as makespellmem.
Solution: Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken
Takata, closes vim/vim#4437)
https://github.com/vim/vim/commit/076073950c44ea0e35bc39d539dc7ab41bf9c7ec
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 1fc9e0e847..212e686f96 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3790,12 +3790,6 @@ A jump table for the options with a short description can be found at |Q_op|. < This option cannot be set from a |modeline| or in the |sandbox|, for security reasons. - *'makespellmem'* *'msm'* -'makespellmem' 'msm' string (default "460000,2000,500") - global - Values relevant only when compressing a spell file, see |spell|. - This option cannot be set from a |modeline| or in the |sandbox|. - *'matchpairs'* *'mps'* 'matchpairs' 'mps' string (default "(:),{:},[:]") local to buffer @@ -3907,6 +3901,8 @@ A jump table for the options with a short description can be found at |Q_op|. < If you have less than 512 Mbyte |:mkspell| may fail for some languages, no matter what you set 'mkspellmem' to. + This option cannot be set from a |modeline| or in the |sandbox|. + *'modeline'* *'ml'* *'nomodeline'* *'noml'* 'modeline' 'ml' boolean (Vim default: on (off for root), Vi default: off) |