Hello;
First of all, thank you for the excellent job in making Vim-latex. I really appreciate your effort.
However, I've been experiencing a problem that I'd like to report. Sometimes, after pressing \ll, vim freezes if there was a compilation error. I tried to systematically reproduce the problem, and here are the steps:
\documentclass{article}
\usepackage{foo} % invalid package
\begin{document}
\end{document}
\documentclass{article}
\usepackage{foo} % invalid package
\usepackage{bar} % another invalid package
\begin{document}
\end{document}
At this point, at least in my notebook, vim freezes, and only resumes responding when I press Control-C.
I can provide more informations about my environment here if needed.
With friendly regards.
Andre