diff --git a/autoload/jedi.vim b/autoload/jedi.vim index c23fac1..7a8aca6 100644 --- a/autoload/jedi.vim +++ b/autoload/jedi.vim @@ -94,7 +94,7 @@ function! jedi#add_goto_window() execute 'belowright copen '.g:jedi#quickfix_window_height set nolazyredraw if g:jedi#use_tabs_not_buffers == 1 - map :call jedi#goto_window_on_enter() + noremap :call jedi#goto_window_on_enter() endif au WinLeave q " automatically leave, if an option is chosen redraw!