mileszs / ack.vim

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

Don't block GUI when searching #32

Closed martinklepsch closed 12 years ago

martinklepsch commented 12 years ago

It would be nice if the search process would not block the complete interaction with vim so that I can edit code while searching for stuff.

henrik commented 12 years ago

To my knowledge, this isn't possible with Vim, but I'd love to be proven wrong.

martinklepsch commented 12 years ago

According to the author it'd be possible with this plugin: https://github.com/MarcWeber/vim-addon-async I have no idea how much work that is though.

drasch commented 12 years ago

Could it use the async framework here if present?

http://www.vim.org/scripts/script.php?script_id=3431

mileszs commented 12 years ago

This is a duplicate of https://github.com/mileszs/ack.vim/issues/19