Patch 7.4.1049 (after patch 7.4.1048) Problem: Wordcount test still still fails on MS-Windows. Solution: Set 'fileformats' to "unix". Files: src/testdir/test_wordcount.in
*** ../vim-7.4.1048/src/testdir/test_wordcount.in 2016-01-04 12:26:19.869638601 +0100 --- src/testdir/test_wordcount.in 2016-01-04 12:33:29.761000543 +0100 *************** *** 4,10 **** :so small.vim :so mbyte.vim :set enc=utf8 ! :set selection=inclusive fileformat=unix :new :fu DoRecordWin(...) : wincmd k --- 4,10 ---- :so small.vim :so mbyte.vim :set enc=utf8 ! :set selection=inclusive fileformat=unix fileformats=unix :new :fu DoRecordWin(...) : wincmd k *** ../vim-7.4.1048/src/version.c 2016-01-04 12:26:19.869638601 +0100 --- src/version.c 2016-01-04 12:36:03.447343913 +0100 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 1049, /**/ -- BEDEVERE: Look! It's the old man from scene 24 - what's he Doing here? ARTHUR: He is the keeper of the Bridge. He asks each traveler five questions ... GALAHAD: Three questions. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.