diff src/testdir/test_modeline.vim @ 16798:63ac51f16ea1 v8.1.1401

patch 8.1.1401: misspelled mkspellmem as makespellmem commit https://github.com/vim/vim/commit/076073950c44ea0e35bc39d539dc7ab41bf9c7ec Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 19:20:43 2019 +0200 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 #4437)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 19:30:05 +0200
parents 6411f8ef550d
children 61fa1a9d09dd
line wrap: on
line diff
--- a/src/testdir/test_modeline.vim
+++ b/src/testdir/test_modeline.vim
@@ -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:')