Use my fork of vint; fix some lint
This commit is contained in:
parent
82ec19fff9
commit
79a8ad40a4
3 changed files with 5 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ func StopVimInTerminal(buf)
|
|||
" In Command-line it's inserted, the CTRL-U removes it again.
|
||||
call term_sendkeys(a:buf, "\<C-O>:\<C-U>qa!\<cr>")
|
||||
|
||||
call WaitForAssert({-> assert_equal("finished", term_getstatus(a:buf))})
|
||||
call WaitForAssert({-> assert_equal('finished', term_getstatus(a:buf))})
|
||||
only!
|
||||
endfunc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue