Skip to content

Commit

Permalink
do not timeout if longer map exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Konfekt committed Nov 19, 2015
1 parent c0dc6ef commit 16f65d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoload/markology.vim
Expand Up @@ -708,9 +708,9 @@ function! markology#MarkologyMarksLocationList()
\'v:val.lnum > 0'))
lopen
if !exists("g:markology_set_location_list_convenience_maps") || g:markology_set_location_list_convenience_maps
nnoremap <buffer> <silent> q :q<CR>
noremap <buffer> <silent> <ESC> :q<CR>
noremap <buffer> <silent> <ENTER> <CR>:lcl<CR>
nnoremap <buffer> <nowait><silent> q :q<CR>
noremap <buffer> <nowait><silent> <ESC> :q<CR>
noremap <buffer> <nowait><silent> <ENTER> <CR>:lcl<CR>
endif
endfunction

Expand Down

0 comments on commit 16f65d2

Please sign in to comment.