comparison src/testdir/test72.in @ 6136:1134bba900c1 v7.4.406

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)
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Aug 2014 17:34:34 +0200
parents 18ac55444b37
children fd4dc6581b0e
comparison
equal deleted inserted replaced
6135:b13ea7b8c86c 6136:1134bba900c1
6 :so small.vim 6 :so small.vim
7 :" 7 :"
8 :" Test 'undofile': first a simple one-line change. 8 :" Test 'undofile': first a simple one-line change.
9 :set nocompatible viminfo+=nviminfo visualbell 9 :set nocompatible viminfo+=nviminfo visualbell
10 :set ul=100 undofile nomore 10 :set ul=100 undofile nomore
11 :set ff=unix
11 :e! Xtestfile 12 :e! Xtestfile
12 ggdGithis is one line:set ul=100 13 ggdGithis is one line:set ul=100
13 :s/one/ONE/ 14 :s/one/ONE/
14 :set ul=100 15 :set ul=100
15 :w 16 :w