Revision: 1074
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1074&view=rev
Author: tmaas
Date: 2009-10-02 21:17:29 +0000 (Fri, 02 Oct 2009)
Log Message:
-----------
Description: There is a branch missing so the filename completion doesn't work completely
Author: Johann Felix Soden <jo...@gm...>
Debian-Bug: http://bugs.debian.org/444397
Modified Paths:
--------------
trunk/vimfiles/ftplugin/latex-suite/texviewer.vim
Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2009-10-02 21:12:54 UTC (rev 1073)
+++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2009-10-02 21:17:29 UTC (rev 1074)
@@ -260,6 +260,8 @@
if a:ext == 'noext'
let completeword = fnamemodify(a:filename, ':r')
+ else
+ let completeword = a:filename
endif
let completeword = Tex_RelPath(completeword, root)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|