Bugs item #852463, was opened at 2003-12-02 00:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=852463&group_id=52322
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: VIM complains on bad concatenation
Initial Comment:
I use VIM on Win32, miktex, vim-latex 2003.12.01
VIM was complaining when I tried to use \lv
The problem is that it didn't like the line
let execString = '!start' s:viewer mainfname . '.' . s:target
in compiler.vim, line 270
When I changed it to
let execString = '!start ' . s:viewer . ' ' . mainfname . '.' . s:target
Everything became fine.
Maybe there's something with my settings, but I think that concatenation with dots is more common form.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=852463&group_id=52322
|