use call_signature_escape instead of the old function_definition_escape, to be compatible with jedi

This commit is contained in:
David Halter
2013-08-20 15:13:55 +04:30
parent bba9682197
commit 6ee05f976d
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ let s:settings = {
\ 'popup_on_dot': 1,
\ 'pydoc': "'K'",
\ 'show_function_definition': 1,
\ 'function_definition_escape': "'≡'",
\ 'call_signature_escape': "'≡'",
\ 'auto_close_doc': 1,
\ 'popup_select_first': 1,
\ 'quickfix_window_height': 10