Fixed typo (fixes #134)

This commit is contained in:
Karl Yngve Lervåg 2015-03-20 21:29:49 +01:00
parent 94b39193eb
commit f032c3bc2b

View File

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