commit | 0ddd1b5e3568f3402d5e58ee054c9c412eab0b94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 17:34:34 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 17:34:34 2014 +0200 |
tree | 745bc0a8b860f3811e70d217a2a42f0b752516dd | |
parent | 5307de0746359098d63053b5fb58dbfb924ce0fd [diff] [blame] |
updated for version 7.4.406 Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka)
diff --git a/src/testdir/test72.in b/src/testdir/test72.in index 031edbf..87c25d4 100644 --- a/src/testdir/test72.in +++ b/src/testdir/test72.in
@@ -8,6 +8,7 @@ :" Test 'undofile': first a simple one-line change. :set nocompatible viminfo+=nviminfo visualbell :set ul=100 undofile nomore +:set ff=unix :e! Xtestfile ggdGithis is one line:set ul=100 :s/one/ONE/