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 e25bc5a commit f362135Copy full SHA for f362135
2 files changed
src/testdir/test_digraph.vim
@@ -437,6 +437,9 @@ func! Test_digraphs_output()
437
endfunc
438
439
func! Test_loadkeymap()
440
+ if !has('keymap')
441
+ return
442
+ endif
443
new
444
set keymap=czech
445
set iminsert=0
src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
758
759
static int included_patches[] =
760
{ /* Add new patch number below this line */
761
+/**/
762
+ 2088,
763
/**/
764
2087,
765
0 commit comments