mileszs / ack.vim

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

How can I stop a search ? #21

Closed macarthy closed 13 years ago

macarthy commented 13 years ago

On MacVim build 57, how can I stop a search that is running (and taking forever ! )

Thanks

blueyed commented 13 years ago

Try Ctrl-C.

macarthy commented 13 years ago

Hmm, it seems to stop the search, but the results window opens etc.. I guess it doesn't kill it gracefully . I'll do more research when I have time, thanks for your help