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 e392eb4 commit cfcd1ddCopy full SHA for cfcd1dd
2 files changed
src/testdir/test94.in
@@ -17,7 +17,7 @@ Test cases:
17
18
STARTTEST
19
:so small.vim
20
-:set nocp viminfo+=nviminfo
+:set enc=utf-8 nocp viminfo+=nviminfo
21
:
22
:" User functions
23
:function MoveToCap()
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 931,
746
/**/
747
930,
748
0 commit comments