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 |
|
Jacob Niehus
|
2cf1d42fff
|
Fix handling of temporary tags file on Windows
Fixes https://github.com/davidhalter/jedi-vim/issues/482.
Closes https://github.com/davidhalter/jedi-vim/pull/489.
|
2015-11-02 01:04:16 +01:00 |
|
Jacob Niehus
|
4b32847110
|
Fix issues with wildignore and tag stack
Closes https://github.com/davidhalter/jedi-vim/pull/483.
Fixes https://github.com/davidhalter/jedi-vim/issues/482.
|
2015-10-23 00:31:28 +02:00 |
|
Jacob Niehus
|
62c423bf29
|
Add test case for truncation of cmdline signatures
|
2015-10-18 21:16:37 +02:00 |
|
Jacob Niehus
|
7abc3ad8d4
|
Truncate long command line call signatures
|
2015-10-18 21:16:37 +02:00 |
|
Jacob Niehus
|
9633044332
|
Allow fewer columns in call signatures if 'ruler' is set
|
2015-10-18 21:16:37 +02:00 |
|
Jacob Niehus
|
b38ec94646
|
Improve documentation of use_tag_stack option
|
2015-10-16 12:55:40 -07:00 |
|
Jacob Niehus
|
9c235c79ac
|
Fix hidden check again
|
2015-10-16 12:55:40 -07:00 |
|
Jacob Niehus
|
8cfa121b4d
|
Fix using tabs/splits instead of buffers
|
2015-10-16 12:55:40 -07:00 |
|
Jacob Niehus
|
c94fe6fcee
|
Check if buffer can be hidden before tjump
|
2015-10-16 12:55:40 -07:00 |
|
Jacob Niehus
|
5041224c13
|
Use vim tempname() instead of Python tempfile
|
2015-10-16 12:55:40 -07:00 |
|
Jacob Niehus
|
4867831ad0
|
Add g:jedi#use_tag_stack feature for jedi#goto()
|
2015-10-16 12:55:40 -07:00 |
|
Jacob Niehus
|
a135f3b75b
|
Find first column with winwidth instead of wincmds
|
2015-05-17 15:10:17 -07:00 |
|
Jacob Niehus
|
8016665639
|
Escape newlines in call signatures
|
2015-02-08 13:59:37 -07:00 |
|
Jacob Niehus
|
e3f4474dd7
|
Add reason for clear_call_signatures logic
|
2015-01-05 19:02:51 -07:00 |
|
Jacob Niehus
|
c5c69f0ee1
|
Don't clear command line call signatures in completions()
|
2015-01-04 20:55:52 -07:00 |
|
Jacob Niehus
|
74d51815a5
|
Document 'showmode' requirement for command line call signatures
|
2015-01-04 20:47:34 -07:00 |
|
Jacob Niehus
|
57e476c214
|
Escape quotes in command line call signatures
|
2014-12-27 22:14:50 -06:00 |
|
Jacob Niehus
|
8ce612e3a6
|
Describe call signature options in readme
|
2014-12-06 14:47:45 -07:00 |
|
Jacob Niehus
|
f44ae4efe0
|
Fix autocmd error in Vim <7.3.867
|
2014-12-06 14:47:45 -07:00 |
|
Jacob Niehus
|
9ea98e2e81
|
Fix obscure undojoin bug
|
2014-12-06 14:47:45 -07:00 |
|
Jacob Niehus
|
fb1eaa611e
|
Add vspec tests for cmdline call signatures
|
2014-12-06 14:47:45 -07:00 |
|
Jacob Niehus
|
e1a49790cb
|
Remove manual width calculation and handle horizontal scroll
|
2014-12-06 14:47:45 -07:00 |
|
Jacob Niehus
|
048b9dc286
|
Fix autocmd outside of if statement
|
2014-12-06 14:47:45 -07:00 |
|
Jacob Niehus
|
cfd71a6b54
|
Add option to show call signatures in command line
|
2014-12-06 14:47:45 -07:00 |
|