forked from VimPlug/jedi-vim
Merge pull request #640 from Aulddays/master
Change default g:jedi#call_signature_escape to avoid collision
This commit is contained in:
@@ -50,5 +50,6 @@ Dave Honneffer (@pearofducks)
|
|||||||
Bagrat Aznauryan (@n9code)
|
Bagrat Aznauryan (@n9code)
|
||||||
Tomoyuki Kashiro (@kashiro)
|
Tomoyuki Kashiro (@kashiro)
|
||||||
Tommy Allen (@tweekmonster)
|
Tommy Allen (@tweekmonster)
|
||||||
|
Mingliang (@Aulddays)
|
||||||
|
|
||||||
@something are github user names.
|
@something are github user names.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ let s:default_settings = {
|
|||||||
\ 'documentation_command': "'K'",
|
\ 'documentation_command': "'K'",
|
||||||
\ 'show_call_signatures': 1,
|
\ 'show_call_signatures': 1,
|
||||||
\ 'show_call_signatures_delay': 500,
|
\ 'show_call_signatures_delay': 500,
|
||||||
\ 'call_signature_escape': "'=`='",
|
\ 'call_signature_escape': "'?!?'",
|
||||||
\ 'auto_close_doc': 1,
|
\ 'auto_close_doc': 1,
|
||||||
\ 'max_doc_height': 30,
|
\ 'max_doc_height': 30,
|
||||||
\ 'popup_select_first': 1,
|
\ 'popup_select_first': 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user