Bugs item #3137564, was opened at 2010-12-15 01:39
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3137564&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: Forward Search broken in windows
Initial Comment:
Need to replace line 359 of compiler.vim with following line to fix forward search
+ if (has('win32') && (viewer == "yap -1" || viewer == "YAP -1" || viewer == "Yap -1"))
- if (has('win32') && (viewer == "yap" || viewer == "YAP" || viewer == "Yap"))
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3137564&group_id=52322
|