File tree 5 files changed +6
-3
lines changed
5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ STARTTEST
24
24
:hi Crash term = 'asdf
25
25
:redir END
26
26
:" filter ctermfg and ctermbg, the numbers depend on the terminal
27
- :e test.out
27
+ :e ! test.out
28
28
:% s /ctermfg=\d*/ ctermfg= 2 /
29
29
:% s /ctermbg=\d*/ ctermbg= 3 /
30
30
:" filter out possibly translated error message
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ STARTTEST
24
24
:call add(results, "#BufEnter#<buffer>: " . exists("#BufEnter#<buffer>"))
25
25
:edit testfile2.test
26
26
:call add(results, "#BufEnter#<buffer>: " . exists("#BufEnter#<buffer>"))
27
- :e test.out
27
+ :e! test.out
28
28
:call append(0, results)
29
29
:$d
30
30
:w
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ STARTTEST
7
7
:set shell=doesnotexist
8
8
:" consistent sorting of file names
9
9
:set nofileignorecase
10
- :e test.out
10
+ :e! test.out
11
11
:$put =glob('Xxx\{')
12
12
:$put =glob('Xxx\$')
13
13
:w! Xxx{
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ function Test_tabpage()
11
11
0 tabnew
12
12
1 tabnew
13
13
$tabnew
14
+ % del
14
15
tabdo call append (line (' $' ), tabpagenr ())
15
16
tabclose ! 2
16
17
tabrewind
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764
764
765
765
static int included_patches [] =
766
766
{ /* Add new patch number below this line */
767
+ /**/
768
+ 32 ,
767
769
/**/
768
770
31 ,
769
771
/**/
You can’t perform that action at this time.
0 commit comments