Skip to content

Commit d6f83d5

Browse files
committed
fixes #50
1 parent f5b6b8d commit d6f83d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)