summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-26 19:20:43 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-26 19:20:43 +0200
commit076073950c44ea0e35bc39d539dc7ab41bf9c7ec (patch)
tree81cf7fef5898a58aba40ec11c33d4162a82aa98f /runtime
parent9c27b1c6d140ca824a78654c1cb70a43a69b4ec6 (diff)
patch 8.1.1401: misspelled mkspellmem as makespellmemv8.1.1401
Problem: Misspelled mkspellmem as makespellmem. Solution: Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken Takata, closes #4437)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e7bb4fd7fa..fd2ae6a6ef 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4913,12 +4913,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
@@ -5070,6 +5064,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)