keflavich / macvim-skim

Interlink macvim & skim for an integrated LaTeX DE
16 stars 6 forks source link

Fixed the exists check #8

Closed tbelaire closed 8 years ago

tbelaire commented 8 years ago

You have to surround the variable with quotes before passing it to exists, otherwise vim will try and dereference it first.

keflavich commented 8 years ago

thanks, didn't know I had that bug