]> granicus.if.org Git - vim/commitdiff
patch 7.4.733 v7.4.733
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Jun 2015 17:58:32 +0000 (19:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Jun 2015 17:58:32 +0000 (19:58 +0200)
Problem:    test_listchars breaks on MS-Windows. (Kenichi Ito)
Solution:   Set fileformat to "unix". (Christian Brabandt)

src/testdir/test_listchars.in
src/version.c

index 1f19afa1a9e7f38d420bfece3f59f8f1b577b10b..241b54130468f96778d3ca84c183e777e2c42e7a 100644 (file)
@@ -2,6 +2,7 @@ Tests for 'listchars' display with 'list' and :list
 
 STARTTEST
 :so small.vim
+:set ff=unix
 :let g:lines = []
 :function GetScreenCharsForLine(lnum)
 :  return join(map(range(1, virtcol('$')), 'nr2char(screenchar(a:lnum, v:val))'), '')
index d9d6c3ab90ff27f013117a981f00e1f1072bcbb9..4e5e0c9eb7ebcf36c35dcf254d944f8a50a006b9 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    733,
 /**/
     732,
 /**/