supercollider / scvim

Vim plugin for SuperCollider
GNU General Public License v3.0
121 stars 28 forks source link

scvim dose not load $SCVIM_TAGFILE #50

Closed yuanyelele closed 5 years ago

yuanyelele commented 6 years ago

Please add "" around the environment variable in plugin/supercollider.vim: if exists("$SCVIM_TAGFILE") otherwise, on my system, vim cannot add it to tagfiles.

see: https://github.com/vim/vim/blob/d6105cb4085ad166910897a640693d3bada603e1/runtime/doc/eval.txt#L3741

dvzrv commented 5 years ago

Thanks for the report! Would you be up for doing a pull request for this?

capocasa commented 5 years ago

Reproduced the problem

capocasa commented 5 years ago

Created the PR #61 , please review and merge

mossheim commented 5 years ago

@capocasa typically we only close issues when the corresponding PR has been merged