I'm trying to make backward and forward search work between my pdf output in skim and my tex file in macvim with 'vim latex suite' using PDFSync. I think I did everything well, as when I CMD-SHIFT-CLICK my pdf file I get into the tex file. Two issues :
- if
autofoldis set inmacvimit does not automatically defold my file when jumping the cursor. This would be useful especially when browsing mypdffile for errors and not have to defold every section in mytexfile by hand. - disregarding previous folding issue, the cursor appears on the correct line in my
texfile. I'd like to have it on the right word. Especially when the sentence covers several lines.
Basically, I'd like to have the same behavior I had when using texshop with its internal editor and using CMD-CLICK.
set tw=80– Yan Zhou Jun 16 '11 at 22:27