We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ace6ab commit 3067a4dCopy full SHA for 3067a4d
2 files changed
src/testdir/test_modeline.vim
@@ -87,5 +87,8 @@ func Test_modeline_syntax_fails()
87
endfunc
88
89
func Test_modeline_keymap_fails()
90
+ if !has('keymap')
91
+ return
92
+ endif
93
call s:modeline_fails('keymap', 'keymap=evil$CMD')
94
src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
792
793
static int included_patches[] =
794
{ /* Add new patch number below this line */
795
+/**/
796
+ 547,
797
/**/
798
546,
799
0 commit comments