]> granicus.if.org Git - vim/commitdiff
patch 8.1.1401: misspelled mkspellmem as makespellmem v8.1.1401
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 17:20:43 +0000 (19:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 17:20:43 +0000 (19:20 +0200)
Problem:    Misspelled mkspellmem as makespellmem.
Solution:   Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken
            Takata, closes #4437)

runtime/doc/options.txt
src/testdir/test_modeline.vim
src/version.c

index e7bb4fd7fa6fa218caae4f3ccf5debfa22d4b6a5..fd2ae6a6efeccbbaf55af12cbc5cb31a01553768 100644 (file)
@@ -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)
index fb3628b273989ef02a7e18a6766c0f897a7a5e46..21ac1e9fabe9647a57df570513db7a2aff833252 100644 (file)
@@ -116,7 +116,7 @@ func Test_modeline_fails_always()
   call s:modeline_fails('luadll', 'luadll=Something()', 'E520:')
   call s:modeline_fails('makeef', 'makeef=Something()', 'E520:')
   call s:modeline_fails('makeprg', 'makeprg=Something()', 'E520:')
-  call s:modeline_fails('makespellmem', 'makespellmem=Something()', 'E520:')
+  call s:modeline_fails('mkspellmem', 'mkspellmem=Something()', 'E520:')
   call s:modeline_fails('mzschemedll', 'mzschemedll=Something()', 'E520:')
   call s:modeline_fails('mzschemegcdll', 'mzschemegcdll=Something()', 'E520:')
   call s:modeline_fails('modelineexpr', 'modelineexpr', 'E520:')
index 4f876639c1ded47775dae96b3d2f59373aa32226..940ac1440ec4b6c9ce140913a62fc8145d065008 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1401,
 /**/
     1400,
 /**/