Replace the call_signature_escape character with == (was a weird unicode character before), fixes #238.

This commit is contained in:
Dave Halter
2015-03-25 14:29:24 +01:00
parent c9c0198467
commit d82df60392

View File

@@ -307,7 +307,7 @@ let s:settings = {
\ 'popup_on_dot': 1,
\ 'documentation_command': "'K'",
\ 'show_call_signatures': 1,
\ 'call_signature_escape': "''",
\ 'call_signature_escape': "'=='",
\ 'auto_close_doc': 1,
\ 'popup_select_first': 1,
\ 'quickfix_window_height': 10,