Skip to content

Commit

Permalink
doc: adjust unsupported version message
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Feb 21, 2025
1 parent 56d5312 commit 63ae2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ftplugin/bib.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if !(!get(g:, 'vimtex_version_check', 1)
\ || has('nvim-0.10')
\ || has('patch-9.1.16'))
echoerr 'Error: VimTeX does not support your version of Vim'
echom 'Please update to Vim 9.1 or neovim 0.10 or later!'
echom 'Please update to Vim 9.1.16 or neovim 0.10 or later!'
echom 'For more info, please see :h vimtex_version_check'
finish
endif
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/tex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if !(!get(g:, 'vimtex_version_check', 1)
\ || has('nvim-0.10')
\ || has('patch-9.1.16'))
echoerr 'Error: VimTeX does not support your version of Vim'
echom 'Please update to Vim 9.1 or neovim 0.10 or later!'
echom 'Please update to Vim 9.1.16 or neovim 0.10 or later!'
echom 'For more info, please see :h vimtex_version_check'
finish
endif
Expand Down

0 comments on commit 63ae2e9

Please sign in to comment.