]> granicus.if.org Git - vim/commitdiff
patch 7.4.1047 v7.4.1047
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2016 11:13:05 +0000 (12:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2016 11:13:05 +0000 (12:13 +0100)
Problem:    Tests fail on MS-Windows.
Solution:   Set 'selection' to inclusive.

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

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