File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ STARTTEST
2424:hi Crash term = 'asdf
2525:redir END
2626:" filter ctermfg and ctermbg, the numbers depend on the terminal
27- :e test.out
27+ :e ! test.out
2828:% s /ctermfg=\d*/ ctermfg= 2 /
2929:% s /ctermbg=\d*/ ctermbg= 3 /
3030:" filter out possibly translated error message
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ STARTTEST
2424:call add(results, "#BufEnter#<buffer>: " . exists("#BufEnter#<buffer>"))
2525:edit testfile2.test
2626:call add(results, "#BufEnter#<buffer>: " . exists("#BufEnter#<buffer>"))
27- :e test.out
27+ :e! test.out
2828:call append(0, results)
2929:$d
3030:w
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ STARTTEST
77:set shell=doesnotexist
88:" consistent sorting of file names
99:set nofileignorecase
10- :e test.out
10+ :e! test.out
1111:$put =glob('Xxx\{')
1212:$put =glob('Xxx\$')
1313:w! Xxx{
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ function Test_tabpage()
1111 0 tabnew
1212 1 tabnew
1313 $tabnew
14+ % del
1415 tabdo call append (line (' $' ), tabpagenr ())
1516 tabclose ! 2
1617 tabrewind
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 32 ,
767769/**/
768770 31 ,
769771/**/
You can’t perform that action at this time.
0 commit comments