Skip to content

Commit

Permalink
Don't disable Ack if ack-grep command is available
Browse files Browse the repository at this point in the history
  • Loading branch information
bagilevi committed Jan 3, 2013
1 parent 44dd157 commit fbb834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus/vim/core/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if !has("ruby")
endif

" Ack requires ack command
if !executable("ack")
if !executable("ack") && !executable("ack-grep")
call janus#disable_plugin("ack", "The ack program is not installed")
endif

Expand Down

0 comments on commit fbb834a

Please sign in to comment.