mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Fix for ack command not installed. #108

Closed yudoufu closed 10 years ago

yudoufu commented 10 years ago

Raised error on ack not installed server environment:

Error detected while processing /home/yudoufu/dotfiles/.vim/bundle/ack.vim/plugin/ack.vim:
line   16:
E15: Invalid expression: 

so, I fixed s:ackprg_version execution place.

matze commented 10 years ago

I got bitten by this multiple times by now. :+1:

juanpabloaj commented 10 years ago

@yudoufu I have the same problem, and I fixed finishing the script plugin when ack is not installed

https://github.com/mileszs/ack.vim/pull/107

TrevorS commented 10 years ago

:+1:

kassio commented 10 years ago

this was fixed with #107.

kassio commented 10 years ago

Anyway, thank's for the collaboration!

TrevorS commented 10 years ago

Great, thanks!

yudoufu commented 10 years ago

@juanpabloaj @kassio I understand. Thanks for fix! :+1: