add VimLatexErrors! that does not open the quickfix window
This commit is contained in:
parent
f3be519af1
commit
9dade3c42a
@ -26,7 +26,7 @@ function! latex#latexmk#init(initialized) " {{{1
|
||||
com! -buffer VimLatexCompileToggle call latex#latexmk#toggle()
|
||||
com! -buffer VimLatexStop call latex#latexmk#stop()
|
||||
com! -buffer VimLatexStopAll call latex#latexmk#stop_all()
|
||||
com! -buffer VimLatexErrors call latex#latexmk#errors(1)
|
||||
com! -buffer -bang VimLatexErrors call latex#latexmk#errors(<q-bang> == "!")
|
||||
com! -buffer VimLatexOutput call latex#latexmk#output()
|
||||
com! -buffer -bang VimLatexClean call latex#latexmk#clean(<q-bang> == "!")
|
||||
com! -buffer -bang VimLatexStatus call latex#latexmk#status(<q-bang> == "!")
|
||||
|
@ -247,6 +247,7 @@ Below the commands are listed in alphabetical order.
|
||||
*VimLatexCompileSS!* call latex#latexmk#compile_singleshot(1)
|
||||
*VimLatexCompileToggle* call latex#latexmk#toggle()
|
||||
*VimLatexErrors* call latex#latexmk#errors(1)
|
||||
*VimLatexErrors!* call latex#latexmk#errors(0)
|
||||
*VimLatexHelp* call latex#help()
|
||||
*VimLatexInfo* call latex#info()
|
||||
*VimLatexOutput* call latex#latexmk#output()
|
||||
|
Loading…
x
Reference in New Issue
Block a user