aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2019-06-22 22:11:52 -0400
committerJames McCoy <jamessan@jamessan.com>2019-06-24 06:46:01 -0400
commit280938d9321821e01729b63cdac325287dce5d1c (patch)
tree712150c659bed95151ae4bcf6ef9ab7a06cc75d2 /src
parentd26505439453982e14f233885a8b1a68be18cb46 (diff)
downloadrneovim-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 'src')
-rw-r--r--src/nvim/testdir/test_modeline.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_modeline.vim b/src/nvim/testdir/test_modeline.vim
index e1d56727fe..1e196e07f0 100644
--- a/src/nvim/testdir/test_modeline.vim
+++ b/src/nvim/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=Something()', 'E520:')