call signature escape characters moved from == to =`=, because that's something way less common.

This commit is contained in:
Dave Halter
2015-03-25 16:28:25 +01:00
parent 2ba5656606
commit 075cd9ce69
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -15,7 +15,7 @@ describe 'signatures'
" equals doautocmd CursorMovedI " equals doautocmd CursorMovedI
Python jedi_vim.show_call_signatures() Python jedi_vim.show_call_signatures()
Expect getline(1) == '==jedi=0, == (*number*) ==jedi==' Expect getline(1) == '=`=jedi=0, =`= (*number*) =`=jedi=`='
doautocmd InsertLeave doautocmd InsertLeave
Expect getline(1) == '' Expect getline(1) == ''