[Vim-latex-devel] [vim-latex - Help] A bug?
Brought to you by:
srinathava,
tmaas
From: SourceForge.net <no...@so...> - 2003-06-16 02:29:00
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2061707 By: zlb I have encountered a problem with one of my document. I'm not sure whether it was because of a bug in vim-latex or I was doing something wrong. To illustrate the problem I have worked out a sample TeX file which only contains the following lines: ------------------------- sample.tex ------------------- aaaaa \section{AAA} \begin{verbatim} \usepackage{anypackage} \end{verbatim} ---------------------------- cut -------------------------- 'sample.tex' can be loaded into vim without problem. But if first open another TeX file by, say 'gvim somefile.tex', then load 'sample.tex' with ':edit sample.tex', gvim blocks. By pressing Ctrl-C I get the following messages: Error detected while processing /home/zlb/.vim/ftplugin/tex_latexSuite.vim: line 13: Interrupted Error detected while processing /usr/share/vim/vim61/ftplugin/tex.vim: line 1: Interrupted The same problem also appears when toggling between the two buffers with ":buffer 1" and ":buffer 2" commands, as long as \section{AAA} is folded (the problem does not appear if \section{AAA} is unfolded). I was using 'latexSuite20030606.tar.bz'. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |