summaryrefslogtreecommitdiff
path: root/src/testdir/test_modeline.vim
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 /src/testdir/test_modeline.vim
parent9c27b1c6d140ca824a78654c1cb70a43a69b4ec6 (diff)
downloadvim-git-076073950c44ea0e35bc39d539dc7ab41bf9c7ec.tar.gz
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 'src/testdir/test_modeline.vim')
-rw-r--r--src/testdir/test_modeline.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_modeline.vim b/src/testdir/test_modeline.vim
index fb3628b27..21ac1e9fa 100644
--- 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:')