]> granicus.if.org Git - vim/commitdiff
patch 7.4.1048 v7.4.1048
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2016 11:26:23 +0000 (12:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2016 11:26:23 +0000 (12:26 +0100)
Problem:    Wordcount test still fail on MS-Windows.
Solution:   Set 'fileformat' to "unix".

src/testdir/test_wordcount.in
src/version.c

index 449545bab6558071c18470ff4c586152698b3cc3..45aa593aef3f8f72ceb968987705d680bce9e19d 100644 (file)
@@ -4,7 +4,7 @@ STARTTEST
 :so small.vim
 :so mbyte.vim
 :set enc=utf8
-:set selection=inclusive
+:set selection=inclusive fileformat=unix
 :new
 :fu DoRecordWin(...)
 :      wincmd k
index 9f1ab1b2ea223c8a706c161ff817cefcac0ccccb..e506309c2776c6dc0d1257a31f90fffbb696e2c1 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1048,
 /**/
     1047,
 /**/