[Vim-latex-devel] ref completion with \input statements
Brought to you by:
srinathava,
tmaas
From: LAG G. <l.g...@sc...> - 2010-02-19 11:43:30
|
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...@li.../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 |