We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b6b8d commit d6f83d5Copy full SHA for d6f83d5
1 file changed
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