I broke up with neovim....vim is my best friend now
This commit is contained in:
17
dot_vim/plugged/vimtex/test/test-jobs/test-start.vim
Normal file
17
dot_vim/plugged/vimtex/test/test-jobs/test-start.vim
Normal file
@@ -0,0 +1,17 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
if vimtex#util#is_win() | quitall | endif
|
||||
|
||||
|
||||
let s:job = vimtex#jobs#start('sleep 100')
|
||||
call assert_true(s:job.is_running())
|
||||
call s:job.stop()
|
||||
call assert_false(s:job.is_running())
|
||||
call s:job.stop()
|
||||
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user