Skip to content

Commit a39ef2a

Browse files
authored
Merge pull request #61 from supercollider/fix50
fixes #50
2 parents f5b6b8d + d6f83d5 commit a39ef2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/supercollider.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ au BufEnter,BufWinEnter,BufNewFile,BufRead *.schelp set filetype=scdoc
1515
au BufEnter,BufWinEnter,BufNewFile,BufRead *.schelp runtime syntax/scdoc.vim
1616

1717
" set this via EXPORT ... if you want to change it
18-
if exists($SCVIM_TAGFILE)
18+
if exists("$SCVIM_TAGFILE")
1919
let s:sclangTagsFile = $SCVIM_TAGFILE
2020
else
2121
let s:sclangTagsFile = "~/.sctags"

0 commit comments

Comments
 (0)