Bugs item #3137490, was opened at 2010-12-14 23:04
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3137490&group_id=52322
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: includegraphics and psfig filename completion doesn't work
Initial Comment:
The bug described below with patch has not be fixed as a result filename completion for psfig and includegraphics is broken:
http://www.mail-archive.com/vim...@li.../msg00505.html
Additional bug is on line 145
+ elseif exists("s:type") && (s:type == 'includegraphics' || s:type == 'psfig')
- elseif exists("s:type") && (s:type ~= 'includegraphics' || s:type == 'psfig')
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3137490&group_id=52322
|