Dave Halter
|
acdd711d84
|
Merge pull request #395 from blueyed/improve-tests
Improve tests: use pytest.fail
|
2015-04-29 15:40:40 +02:00 |
|
Dave Halter
|
9b11e70afe
|
Merge pull request #394 from blueyed/no-echoerr
Use "echohl WarningMsg" instead of "echoerr" in no_jedi_warning
|
2015-04-29 15:39:09 +02:00 |
|
Daniel Hahler
|
ab04982d63
|
pep8 fixes; sort imports
|
2015-04-29 11:52:36 +02:00 |
|
Daniel Hahler
|
a0bb09e891
|
tests: use pytest.fail instead of assert False
|
2015-04-29 11:51:52 +02:00 |
|
Daniel Hahler
|
2611ea3c27
|
Use "echohl WarningMsg" instead of "echoerr" in no_jedi_warning
`echoerr` causes Vim to throw an error, but like the function name
indicates, this is only a warning.
|
2015-04-29 11:29:27 +02:00 |
|
Daniel Hahler
|
fe517fae74
|
Use desc_with_module in "Builtin modules cannot be displayed" error
|
2015-04-29 10:57:40 +02:00 |
|
Dave Halter
|
401731c98b
|
Merge branch 'dev' of github.com:davidhalter/jedi-vim
|
2015-04-28 19:43:14 +02:00 |
|
Dave Halter
|
b78f1d74c5
|
Merge branch 'master' of github.com:davidhalter/jedi-vim
|
2015-04-28 19:42:31 +02:00 |
|
Dave Halter
|
2bfae0acfa
|
Jedi 0.9.0 release.
|
2015-04-28 19:42:21 +02:00 |
|
Dave Halter
|
b7bdb5a06e
|
Merge pull request #383 from blueyed/qf-min-height
add_goto_window: pass len of list and use min()
|
2015-04-08 23:52:37 +02:00 |
|
Daniel Hahler
|
a233d603e3
|
add_goto_window: pass len of list and use min()
With less than `g:jedi#quickfix_window_height` entries in quickfix list,
this now only makes the window that large, effectively saving screen
space.
|
2015-04-08 16:10:56 +02:00 |
|
Dave Halter
|
1005d1ad64
|
Merge pull request #382 from d7415/dev
Add Debian and Ubuntu packages to README.rst
|
2015-04-07 00:46:17 +02:00 |
|
Martin Stone
|
c22e2bcdf5
|
Add linux packages to docs.
|
2015-04-02 15:33:27 +01:00 |
|
Dave Halter
|
bf96f7d611
|
jedi#auto_vim_configuration might not have been set before loading plugin. Therefore check if it was set.
|
2015-04-02 16:16:17 +02:00 |
|
d7415
|
a120f428ff
|
Add Debian and Ubuntu packages to README.rst
|
2015-04-02 12:18:35 +01:00 |
|
Dave Halter
|
d3fadd54c7
|
Simplification.
|
2015-03-31 02:17:33 +02:00 |
|
Dave Halter
|
d65c35a69d
|
Problem with multi definitions tokenize tests. Jedi behaves different now, therefore I have disabled the tests. Once we find another example where it actually makes sense to test it, we can reenable the tests.
|
2015-03-31 00:54:58 +02:00 |
|
Dave Halter
|
f714b58300
|
Update the submodule to the latest Jedi module.
|
2015-03-31 00:50:50 +02:00 |
|
Dave Halter
|
e87e7db0e9
|
Trying to improve jedi-vim, when Jedi is not found. Fixes #263.
|
2015-03-30 19:11:05 +02:00 |
|
Dave Halter
|
cc9837dc23
|
Trying to fix the issue of non-disappearing call signatures, #276, #278.
|
2015-03-28 03:00:58 +01:00 |
|
Dave Halter
|
43dcc4809f
|
Test if this helps fixing the online tests that are not working.
|
2015-03-27 12:25:40 +01:00 |
|
Dave Halter
|
620b538f34
|
Make the test error output more readable.
|
2015-03-26 15:38:45 +01:00 |
|
Dave Halter
|
2ee17b3be6
|
Correct the signatures test again.
|
2015-03-26 15:21:58 +01:00 |
|
Dave Halter
|
69160c329a
|
Matching fat symbols (current params) in a better way.
|
2015-03-26 15:06:25 +01:00 |
|
Dave Halter
|
3071700635
|
Match the new longer call_signature_escape symbol better.
|
2015-03-26 14:59:05 +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 |
|
Dave Halter
|
d82df60392
|
Replace the call_signature_escape character with == (was a weird unicode character before), fixes #238.
|
2015-03-25 14:29:24 +01:00 |
|
Dave Halter
|
c9c0198467
|
Settin nocompatible and filetype pluin n should be part of a jedi#auto_vim_configuration check. Fixes #373.
|
2015-03-25 14:05:01 +01:00 |
|
Dave Halter
|
6dcebb4644
|
Remove the zt call, as discussed in #310, fixed #310.
|
2015-03-25 13:35:54 +01:00 |
|
Dave Halter
|
28497ec3a9
|
Merge branch 'dont-overwrite-syntax-regions' of https://github.com/blueyed/jedi-vim
|
2015-03-24 17:23:42 +01:00 |
|
Dave Halter
|
78fc26456a
|
Merge pull request #369 from pearofducks/documentation_toggle
Set 'hide documentation' to jedi#documentation_command
|
2015-03-07 18:39:58 +01:00 |
|
pearofducks
|
55929b2713
|
Set 'hide documentation' to the same mapping as jedi#documentation_command - instead of K
|
2015-03-07 15:08:07 +01:00 |
|
Daniel Hahler
|
b6bef9a056
|
Do not overwrite/re-define pythonString syntax regions
Use `containedin` instead with `jediFunction`.
|
2015-03-03 13:43:16 +01:00 |
|
Dave Halter
|
59c98d61cf
|
Merge pull request #363 from petobens/master
Add 'winwidth' split option
|
2015-02-18 13:12:52 +01:00 |
|
petobens
|
733ba775b0
|
Improve 'winwidth' split option documentation
|
2015-02-17 16:04:14 -03:00 |
|
petobens
|
b71ef1176c
|
Add 'winwidth' split option
|
2015-02-15 19:11:38 -03:00 |
|
Jacob Niehus
|
8016665639
|
Escape newlines in call signatures
|
2015-02-08 13:59:37 -07:00 |
|
Dave Halter
|
bf4a8bfd5a
|
Merge pull request #356 from hackstedt/master
wording
|
2015-02-07 02:36:26 +01:00 |
|
Sven
|
789d06b573
|
wording
|
2015-02-04 11:47:37 +01:00 |
|
Dave Halter
|
9eaede84b2
|
Merge pull request #347 from wilywampa/remove_clearsigs
Don't clear command line call signatures in completions()
|
2015-01-06 10:23:08 +01:00 |
|
Dave Halter
|
18b9f08336
|
Merge pull request #346 from wilywampa/callsigs_showmode
Document 'showmode' requirement for command line call signatures
|
2015-01-06 10:22:47 +01: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 |
|
Dave Halter
|
43d16b9966
|
Merge pull request #344 from louima/patch-1
Fix completion function name
|
2015-01-02 17:13:52 +01:00 |
|
Mathieu Louis
|
2bccea9b5d
|
Fix completion function name
|
2015-01-02 12:15:06 +01:00 |
|
Dave Halter
|
05f2565dac
|
Merge pull request #342 from wilywampa/master
Escape quotes in command line call signatures
|
2014-12-28 11:19:06 +01:00 |
|
Jacob Niehus
|
57e476c214
|
Escape quotes in command line call signatures
|
2014-12-27 22:14:50 -06:00 |
|
Dave Halter
|
48c9420136
|
Merge pull request #315 from wilywampa/master
Add option to show call signatures in command line
|
2014-12-19 14:14:59 +01:00 |
|