diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/latex-box/motion.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/latex-box/motion.vim b/ftplugin/latex-box/motion.vim index 72481753..04275aca 100644 --- a/ftplugin/latex-box/motion.vim +++ b/ftplugin/latex-box/motion.vim @@ -437,7 +437,7 @@ endfunction function! s:FindClosestSection(toc, fileindices) let file = expand('%:p') if !has_key(a:fileindices, file) - echoe 'Current file is not included in main tex file ' . LatexBox_GetMainTexFile() . '.' + return 0 endif let imax = len(a:fileindices[file]) |