wincent/ferret

Async not used in Vim

Sharlock93 opened this issue · 1 comments

Async searching is not used in newer versions, the check should be changed to has('job') rather than a specific patch.

return l:async && has('patch-7-4-1829')

Thanks for the report, and the suggested fix, @Sharlock93!