diff --git a/AUTHORS.txt b/AUTHORS.txt index 143944b..89c6571 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -45,6 +45,7 @@ Justin Cheevers @justincheevers Talha Ahmed (@talha81) Matthew Tylee Atkinson (@matatk) Pedro Ferrari (@petobens) +Dave Honneffer (@pearofducks) @something are github user names. diff --git a/autoload/jedi.vim b/autoload/jedi.vim index d4f731d..255a25d 100644 --- a/autoload/jedi.vim +++ b/autoload/jedi.vim @@ -80,7 +80,7 @@ function! jedi#show_documentation() " quit comands nnoremap q ZQ - nnoremap K ZQ + execute "nnoremap ".g:jedi#documentation_command." ZQ" " highlight python code within rst unlet! b:current_syntax