Skip to content

Commit

Permalink
Merge 63e8309 into 75c02ca
Browse files Browse the repository at this point in the history
  • Loading branch information
hpurmann committed Jun 22, 2015
2 parents 75c02ca + 63e8309 commit 2488311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/coffee-autotag.vim
Expand Up @@ -4,7 +4,7 @@ endif

let g:loaded_coffee_autotag=1

if !has("ruby")
if !has("nvim") && !has("ruby")
echohl WarningMsg
echo "Coffee auto tag requires Vim to be compiled with Ruby support"
echohl none
Expand Down

0 comments on commit 2488311

Please sign in to comment.