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 c7803a1 commit 485daceCopy full SHA for 485dace
src/testdir/test_wordcount.in
@@ -4,7 +4,7 @@ STARTTEST
4
:so small.vim
5
:so mbyte.vim
6
:set enc=utf8
7
-:set selection=inclusive fileformat=unix
+:set selection=inclusive fileformat=unix fileformats=unix
8
:new
9
:fu DoRecordWin(...)
10
: wincmd k
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
+ 1049,
746
/**/
747
1048,
748
0 commit comments