Dear all, I am using gvim 7.2 and latex-suite that I installed via yast in opensuse and should be up-to-date. I have the same problem as reported here
Hugo Gagnon Thu, 11 Jun 2009 02:07:41 -0700 http://www.mail-archive.com/vim-latex-devel@lists.sourceforge.net/msg00551.html So it appears that the ref completion does not work with input statements. My error messages are (look especially at the last line for the *.tex.tex !) Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/share/vim/site/ftplugin/latex-suite/outline.py", line 170, in main contents = getFileContents(root, ext) File "/usr/share/vim/site/ftplugin/latex-suite/outline.py", line 27, in getFileContents contents = re.sub(pat, lambda input: getFileContents(input, ext), contents) File "/usr/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/usr/share/vim/site/ftplugin/latex-suite/outline.py", line 27, in <lambda> contents = re.sub(pat, lambda input: getFileContents(input, ext), contents) File "/usr/share/vim/site/ftplugin/latex-suite/outline.py", line 23, in getFileContents contents = '\n'.join(open(fname).read().splitlines()) IOError: [Errno 2] No such file or directory: 'beginDocument.tex.tex' is there anyone who has already solved this problem? Or is able to at least help me? cheers, Dennis ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel