Use my fork of vint; fix some lint

This commit is contained in:
Ben Jackson 2020-07-12 17:20:46 +01:00
commit 79a8ad40a4
3 changed files with 5 additions and 3 deletions

View file

@ -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