From 55929b27135323061e5f69bff9ebe9b115b54d57 Mon Sep 17 00:00:00 2001 From: pearofducks Date: Sat, 7 Mar 2015 15:08:07 +0100 Subject: [PATCH] Set 'hide documentation' to the same mapping as jedi#documentation_command - instead of K --- AUTHORS.txt | 1 + autoload/jedi.vim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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