Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions autoload/ack.vim
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ function! s:ApplyMappings() "{{{
return
endif

let l:wintype = s:UsingLocList() ? 'l' : 'c'
let l:closemap = ':' . l:wintype . 'close<CR>'
let g:ack_mappings.q = l:closemap
let g:ack_mappings.q = ':q<CR>'

nnoremap <buffer> <silent> ? :call <SID>QuickHelp()<CR>

Expand Down