forked from aniani/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 #4437)
This commit is contained in:
@@ -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:')
|
||||
|
@@ -767,6 +767,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1401,
|
||||
/**/
|
||||
1400,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user