mileszs / ack.vim

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

Autoclose should work on enter too #120

Closed jefflund closed 10 years ago

jefflund commented 10 years ago

Setting the g:ack_autoclose=1 correctly makes it so that using keyboard shortcuts automatically close the quickfix window. However, if you hit enter (which is supposed to be the same as 'o'), then the quickfix window stays open, despite setting the autoclose option.