Hello,
I had problem with xdvi->gvim searching (linux)
In this line:
exec '!'.s:viewer.' -editor "gvim --servername '.v:servername.'
--remote-silent +%l %f" '.mainfname.'.dvi &'
Percent signs were expanded into filenames. Was it a common thing or
only specific to me and I should not commit this:
exec '!'.s:viewer.' -editor "gvim --servername '.v:servername.'
--remote-silent +\%l \%f" '.mainfname.'.dvi &'
^ ^
Second thing: IMO all calls to xdvi (or other dvi viewer) should give
possibility to back-searching. Now xdvi->gvim searching works only after
\lv, IMO it should work also after \ls. Are any contras?
Mikolaj
|