mileszs / ack.vim

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

Add auto-preview feature #77

Closed thebinarypenguin closed 10 years ago

thebinarypenguin commented 11 years ago

Regarding issue mileszs/ack.vim#76

I took another look at this and came up with a solution. However this is the first vimscript I've ever written so it might not be a good solution. :smiley:

Auto-preview files when they are selected in the quickfix window. Include let g:ackpreview=1 in your .vimrc to enable.