forked from VimPlug/jedi-vim
Merge pull request #260 from haconeco/master
modified mapping to :call goto_window_on_enter()
This commit is contained in:
@@ -94,7 +94,7 @@ function! jedi#add_goto_window()
|
|||||||
execute 'belowright copen '.g:jedi#quickfix_window_height
|
execute 'belowright copen '.g:jedi#quickfix_window_height
|
||||||
set nolazyredraw
|
set nolazyredraw
|
||||||
if g:jedi#use_tabs_not_buffers == 1
|
if g:jedi#use_tabs_not_buffers == 1
|
||||||
map <buffer> <CR> :call jedi#goto_window_on_enter()<CR>
|
noremap <buffer> <CR> :call jedi#goto_window_on_enter()<CR>
|
||||||
endif
|
endif
|
||||||
au WinLeave <buffer> q " automatically leave, if an option is chosen
|
au WinLeave <buffer> q " automatically leave, if an option is chosen
|
||||||
redraw!
|
redraw!
|
||||||
|
|||||||
Reference in New Issue
Block a user