Daniel Hahler
|
e05f34646e
|
Fix test/signatures.vim: take into account &ruler (nvim)
|
2018-07-30 14:24:53 +02:00 |
|
Daniel Hahler
|
e49638ffc8
|
Upgrade vim-vspec to 1.8.1 (#862)
This fixes some tests to make it work with the newer version.
|
2018-07-30 11:16:51 +02:00 |
|
Daniel Hahler
|
40fc5ab27f
|
test/signatures.vim: remove trailing spaces
|
2018-07-25 02:21:54 +02:00 |
|
Dave Halter
|
7e6811cb4b
|
Fix call signature tests
Now all tests should be fixed again. Also removed a deprecated call to call_name.
|
2017-10-19 09:20:43 +02:00 |
|
Jacob Niehus
|
0c2831d9a6
|
Fix parameters missing from command line call signatures
Parameters (or ellipsis) should show up in call signatures even when the
index of the current argument is unknown.
Closes https://github.com/davidhalter/jedi-vim/pull/499.
|
2015-11-12 02:03:46 +01:00 |
|
Jacob Niehus
|
13a4a0c0c4
|
Fix signatures only working in a single buffer
|
2015-11-07 11:43:56 -07:00 |
|
Dave Halter
|
95d8eb1b08
|
Merge pull request #479 from blueyed/fix-cached-signature-call
Handle parenthesis with show_call_signatures' cache
|
2015-10-18 21:45:18 +02:00 |
|
Daniel Hahler
|
431a0b11e5
|
Handle parenthesis with show_call_signatures' cache
After `o`, call signatures should show up after `abs(`.
|
2015-10-18 21:22:11 +02:00 |
|
Daniel Hahler
|
5c868b9a1f
|
Use utf8 ellipsis char instead of 3 dots
|
2015-10-18 21:16:37 +02:00 |
|
Jacob Niehus
|
62c423bf29
|
Add test case for truncation of cmdline signatures
|
2015-10-18 21:16:37 +02:00 |
|
Daniel Hahler
|
afc02a3621
|
Wrap jedi#configure_call_signatures in augroup
|
2015-09-10 11:55:03 +02:00 |
|
Dave Halter
|
2ee17b3be6
|
Correct the signatures test again.
|
2015-03-26 15:21:58 +01:00 |
|
Dave Halter
|
075cd9ce69
|
call signature escape characters moved from == to =`=, because that's something way less common.
|
2015-03-25 16:29:06 +01:00 |
|
Dave Halter
|
2ba5656606
|
Forgot to replace the call signature character in the tests.
|
2015-03-25 14:57:06 +01:00 |
|
Jacob Niehus
|
fb1eaa611e
|
Add vspec tests for cmdline call signatures
|
2014-12-06 14:47:45 -07:00 |
|
Dave Halter
|
c32844dfec
|
fix a few jedi-vim tests that have either broken due to the new jedi version or because they were wrong.
|
2014-05-05 12:17:38 +02:00 |
|
David Halter
|
b618e5b863
|
signatures disabled tests
|
2013-08-28 20:36:27 +04:30 |
|
David Halter
|
39eba902c4
|
test call signatures
|
2013-08-28 20:33:36 +04:30 |
|
David Halter
|
c3f9f03065
|
failing signatures tests
|
2013-08-28 20:01:04 +04:30 |
|