]> granicus.if.org Git - vim/commitdiff
patch 7.4.1049 v7.4.1049
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2016 11:45:29 +0000 (12:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2016 11:45:29 +0000 (12:45 +0100)
Problem:    Wordcount test still still fails on MS-Windows.
Solution:   Set 'fileformats' to "unix".

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

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