Fixed typo (fixes #134)
This commit is contained in:
parent
94b39193eb
commit
f032c3bc2b
@ -151,7 +151,7 @@ function! s:init_environment() " {{{1
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Define commands
|
" Define commands
|
||||||
command! -buffer VimtexInfo call Vimtex#info()
|
command! -buffer VimtexInfo call vimtex#info()
|
||||||
command! -buffer VimtexHelp call vimtex#help()
|
command! -buffer VimtexHelp call vimtex#help()
|
||||||
command! -buffer VimtexReinitialize call vimtex#reinit()
|
command! -buffer VimtexReinitialize call vimtex#reinit()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user