forked from VimPlug/jedi-vim
Merge pull request #369 from pearofducks/documentation_toggle
Set 'hide documentation' to jedi#documentation_command
This commit is contained in:
@@ -45,6 +45,7 @@ Justin Cheevers @justincheevers
|
|||||||
Talha Ahmed (@talha81) <talha.ahmed@gmail.com>
|
Talha Ahmed (@talha81) <talha.ahmed@gmail.com>
|
||||||
Matthew Tylee Atkinson (@matatk)
|
Matthew Tylee Atkinson (@matatk)
|
||||||
Pedro Ferrari (@petobens)
|
Pedro Ferrari (@petobens)
|
||||||
|
Dave Honneffer (@pearofducks)
|
||||||
|
|
||||||
|
|
||||||
@something are github user names.
|
@something are github user names.
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ function! jedi#show_documentation()
|
|||||||
|
|
||||||
" quit comands
|
" quit comands
|
||||||
nnoremap <buffer> q ZQ
|
nnoremap <buffer> q ZQ
|
||||||
nnoremap <buffer> K ZQ
|
execute "nnoremap <buffer> ".g:jedi#documentation_command." ZQ"
|
||||||
|
|
||||||
" highlight python code within rst
|
" highlight python code within rst
|
||||||
unlet! b:current_syntax
|
unlet! b:current_syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user