tag cmd line commands in doc
This commit is contained in:
parent
406e3725f6
commit
b488bb5ca4
@ -239,24 +239,24 @@ COMMANDS *vim-latex-commands*
|
|||||||
|vim-latex-functions|. However, commands are also defined for convenience.
|
|vim-latex-functions|. However, commands are also defined for convenience.
|
||||||
Below the commands are listed in alphabetical order.
|
Below the commands are listed in alphabetical order.
|
||||||
|
|
||||||
VimLatexClean call latex#latexmk#clean()
|
*VimLatexClean* call latex#latexmk#clean()
|
||||||
VimLatexClean! call latex#latexmk#clean(1)
|
VimLatexClean! call latex#latexmk#clean(1)
|
||||||
VimLatexCompile call latex#latexmk#compile()
|
*VimLatexCompile* call latex#latexmk#compile()
|
||||||
VimLatexCompileSS call latex#latexmk#compile_singleshot()
|
*VimLatexCompileSS call latex#latexmk#compile_singleshot()
|
||||||
VimLatexCompileToggle call latex#latexmk#toggle()
|
*VimLatexCompileToggle* call latex#latexmk#toggle()
|
||||||
VimLatexErrors call latex#latexmk#errors(1)
|
*VimLatexErrors* call latex#latexmk#errors(1)
|
||||||
VimLatexHelp call latex#help()
|
*VimLatexHelp* call latex#help()
|
||||||
VimLatexInfo call latex#info()
|
*VimLatexInfo* call latex#info()
|
||||||
VimLatexOutput call latex#latexmk#output()
|
*VimLatexOutput* call latex#latexmk#output()
|
||||||
VimLatexRefreshFolds call latex#fold#refresh()
|
*VimLatexRefreshFolds* call latex#fold#refresh()
|
||||||
VimLatexReinitialize call latex#reinit()
|
*VimLatexReinitialize* call latex#reinit()
|
||||||
VimLatexStatus call latex#latexmk#status()
|
*VimLatexStatus* call latex#latexmk#status()
|
||||||
VimLatexStatus! call latex#latexmk#status(1)
|
VimLatexStatus! call latex#latexmk#status(1)
|
||||||
VimLatexStop call latex#latexmk#stop()
|
*VimLatexStop* call latex#latexmk#stop()
|
||||||
VimLatexStopAll call latex#latexmk#stop_all()
|
*VimLatexStopAll* call latex#latexmk#stop_all()
|
||||||
VimLatexTocOpen call latex#toc#open()
|
*VimLatexTocOpen* call latex#toc#open()
|
||||||
VimLatexTocToggle call latex#toc#toggle()
|
*VimLatexTocToggle* call latex#toc#toggle()
|
||||||
VimLatexView call latex#view()
|
*VimLatexView* call latex#view()
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
OPTIONS *vim-latex-options*
|
OPTIONS *vim-latex-options*
|
||||||
|
Loading…
Reference in New Issue
Block a user