This commit is contained in:
haya14busa 2016-01-19 06:51:46 +09:00
parent fb1f6587e2
commit f6e67b3eee

View File

@ -142,7 +142,7 @@ nmap <Leader>w <Plug>(easymotion-overwin-w)
" EasyMotion.
function! s:incsearch_config(...) abort
return incsearch#util#deepextend(deepcopy({
\ 'modules': [incsearch#config#easymotion#module({'overwin': 1)],
\ 'modules': [incsearch#config#easymotion#module({'overwin': 1})],
\ 'keymap': {
\ "\<CR>": '<Over>(easymotion)'
\ },