Merge pull request #369 from pearofducks/documentation_toggle

Set 'hide documentation' to jedi#documentation_command
This commit is contained in:
Dave Halter
2015-03-07 18:39:58 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ Justin Cheevers @justincheevers
Talha Ahmed (@talha81) <talha.ahmed@gmail.com>
Matthew Tylee Atkinson (@matatk)
Pedro Ferrari (@petobens)
Dave Honneffer (@pearofducks)
@something are github user names.

View File

@@ -80,7 +80,7 @@ function! jedi#show_documentation()
" quit comands
nnoremap <buffer> q ZQ
nnoremap <buffer> K ZQ
execute "nnoremap <buffer> ".g:jedi#documentation_command." ZQ"
" highlight python code within rst
unlet! b:current_syntax