" clean up
call StopVimInTerminal(buf)
- call delete('Xtest_diff_rnu')
+ call delete('Xtest_quit_message')
endfunc
" vim: shiftwidth=2 sts=2 expandtab
let term_cmd = ''
for line in lines
if line =~ '^terminal'
- call assert_report('session must not restore teminal')
+ call assert_report('session must not restore terminal')
endif
endfor
let term_cmd = ''
for line in lines
if line =~ '^terminal'
- call assert_report('session must not restore teminal')
+ call assert_report('session must not restore terminal')
endif
endfor
let term_cmd = ''
for line in lines
if line =~ '^terminal'
- call assert_report('session must not restore teminal')
+ call assert_report('session must not restore terminal')
endif
endfor
let term_cmd = ''
for line in lines
if line =~ '^terminal'
- call assert_report('session must not restore teminal')
+ call assert_report('session must not restore terminal')
endif
endfor
call assert_equal('Xtwoalt', bufname('#'))
only
bwipe!
+ call delete('Xtest_altfile')
endfunc
" vim: shiftwidth=2 sts=2 expandtab