We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5b6b8d + d6f83d5 commit a39ef2aCopy full SHA for a39ef2a
plugin/supercollider.vim
@@ -15,7 +15,7 @@ au BufEnter,BufWinEnter,BufNewFile,BufRead *.schelp set filetype=scdoc
15
au BufEnter,BufWinEnter,BufNewFile,BufRead *.schelp runtime syntax/scdoc.vim
16
17
" set this via EXPORT ... if you want to change it
18
-if exists($SCVIM_TAGFILE)
+if exists("$SCVIM_TAGFILE")
19
let s:sclangTagsFile = $SCVIM_TAGFILE
20
else
21
let s:sclangTagsFile = "~/.sctags"
0 commit comments