Daniel Hahler
eef60e056a
JediDebugInfo: settings: display full name
2017-04-19 23:53:11 +02:00
Daniel Hahler
8e34a59045
initialize.py: handle reloading of the plugin ( #659 )
...
Do not keep adding jedi_vim_path to sys.path.
2017-04-13 22:47:31 +02:00
Daniel Hahler
c1e279cab7
Update Jedi to 0.10.2
2017-04-06 20:13:28 +02:00
Daniel Hahler
2ee9ec64d3
Improve GitHub issue template and JediDebugInfo
2017-03-01 23:52:55 +01:00
Daniel Hahler
682f37792d
Move Travis targets to Makefile
...
This allows for calling them easily locally.
2017-02-22 11:36:01 +01:00
Thúlio Costa
0844b14866
rename: use new Jedi interface
...
Fixes https://github.com/davidhalter/jedi-vim/issues/671 .
Closes https://github.com/davidhalter/jedi-vim/pull/684 .
2017-02-21 20:06:19 +01:00
Daniel Hahler
ac6756a466
Fix default of jedi#auto_vim_configuration back to 1 ( #682 )
...
This was broken in eba90e6 .
2017-02-17 22:11:21 +01:00
Daniel Hahler
b885e10e0d
Make jedi#debug_info more robust
...
Fixes https://github.com/davidhalter/jedi-vim/issues/675 .
2017-02-15 12:14:47 +01:00
Dave Halter
0dea756fd9
Update the Jedi subrepository to 0.10.0 ( #669 )
2017-02-03 00:49:42 +01:00
Daniel Hahler
8cf616b088
Correctly fix return value of jedi#complete_opened ( #664 )
...
Fixes https://github.com/davidhalter/jedi-vim/issues/663 .
Fixes https://github.com/davidhalter/jedi-vim/issues/667 .
2017-01-31 11:12:25 +01:00
Daniel Hahler
63ecc1dbd7
Add omnifunc/completeopt to jedi#debug_info
2017-01-31 10:54:33 +01:00
Daniel Hahler
52772e171f
Fix return value of jedi#complete_opened ( #664 )
...
Fixes https://github.com/davidhalter/jedi-vim/issues/663 .
2017-01-31 09:25:43 +01:00
Daniel Hahler
eba90e615d
Style fixes (via vint) ( #662 )
...
This also adds a augroup for `jedi#add_goto_window`.
2017-01-29 11:55:55 +01:00
Dave Halter
f100ffad4d
Merge pull request #661 from blueyed/remove-obsolete-s-jedi_changedtick-and-fix-style
...
Remove obsolete s:jedi_changedtick and fix style
2017-01-27 19:23:51 +01:00
Daniel Hahler
702da51cbe
Remove obsolete s:jedi_changedtick and fix style
...
It became obsolete in 794af5b , but setting it was not removed then.
2017-01-27 18:47:48 +01:00
Dave Halter
fe30fa485b
Merge pull request #660 from blueyed/debuginfo-settings
...
jedi#debug_info: output non-default settings
2017-01-25 23:31:37 +01:00
Daniel Hahler
3582fa6bc2
jedi#debug_info: output non-default settings
2017-01-25 21:49:39 +01:00
Dave Halter
4a3dc9da84
Merge pull request #658 from blueyed/debug-info-improved
...
Improve :JediDebugInfo: verify that JediPython works / sys_path
2017-01-23 00:21:06 +01:00
Daniel Hahler
f99d86073b
jedi#debug_info: add Jedi's sys_path
...
Ref: https://github.com/davidhalter/jedi/issues/828
2017-01-14 20:26:11 +01:00
Daniel Hahler
636d393114
jedi#debug_info: check that PythonJedi can be called
2017-01-14 20:25:18 +01:00
Rick van Hattem
4baf4b27f7
Update incorrect documentation url ( #657 )
...
Fixes #656 .
2017-01-14 15:37:12 +01:00
Francisco Souza
3dc61513af
Update jedi ( #650 )
...
Picking up support for Python 3.6
2017-01-08 23:21:00 +01:00
Daniel Hahler
80378d857b
Use re.escape for the g:jedi#call_signature_escape setting ( #646 )
...
Fixes https://github.com/davidhalter/jedi-vim/issues/641 .
2016-12-09 00:10:20 +01:00
Dave Halter
671f9f5780
Merge pull request #640 from Aulddays/master
...
Change default g:jedi#call_signature_escape to avoid collision
2016-12-05 00:52:56 +01:00
Aulddays
b96dad9d50
add to author list
2016-12-04 22:40:50 +08:00
Aulddays
a69e6b8cc0
Change default g:jedi#call_signature_escape to avoid collision
...
Syntax highlighting on chars in g:jedi#call_signature_escape may
break the funciton parameter hint from jedi-vim. Change its default
value to non python syntax symbols to reduce chance of collision
2016-12-04 22:13:51 +08:00
Dave Halter
f191ccd6fb
Merge pull request #635 from blueyed/update-jedi
...
Update jedi submodule to current master
2016-11-16 18:02:45 +01:00
Daniel Hahler
8243015479
Update jedi submodule to current master
...
Comparison: 995a653122...2ba78ab725 .
2016-11-16 13:42:24 +01:00
Daniel Hahler
01787a9988
Fix typo in README ( #634 )
2016-11-14 17:15:20 +01:00
Christian Geier
4ed33a8600
Fix typo in README.
2016-11-14 14:30:28 +01:00
Dave Halter
e66c2e12e6
Merge pull request #625 from blueyed/add-JediClearCache
...
Add JediClearCache command
2016-10-24 10:19:28 +02:00
Dave Halter
d0c3ddb9ff
Merge pull request #619 from blueyed/reset-python-init-status-when-autoload-jedi.vim-is-resourced
...
Reset python init status when autoload/jedi.vim is resourced
2016-10-23 18:47:49 +02:00
Daniel Hahler
12db7ad364
Add JediClearCache command
...
This can be used to work around issues like
https://github.com/davidhalter/jedi/issues/784 .
2016-10-06 19:15:52 +02:00
Dave Halter
9384d464ec
Merge pull request #620 from blueyed/check-health
...
Hook into Neovim's :CheckHealth with jedi#debug_info
2016-09-27 20:23:56 +02:00
Daniel Hahler
d86039ea89
Hook into Neovim's :CheckHealth with jedi#debug_info
...
See https://github.com/neovim/neovim/blob/master/runtime/doc/pi_health.txt .
2016-09-25 18:11:06 +02:00
Daniel Hahler
b32b731767
Reset python init status when autoload/jedi.vim is resourced
2016-09-25 18:02:44 +02:00
Daniel Hahler
6a6595f5c5
Improve jedi#debug_info / :JediDebugInfo ( #618 )
2016-09-25 17:47:09 +02:00
Dave Halter
026ae6be03
Merge pull request #613 from otommod/patch-1
...
Fix doc link
2016-09-06 17:18:09 +02:00
Otto Modinos
b7163d615c
Fix doc link
...
Stars are not correct here.
2016-09-06 17:06:32 +03:00
Dave Halter
443e7fe555
Merge pull request #608 from blueyed/github-issue-template
...
Add an ISSUE_TEMPLATE file for GitHub
2016-08-17 22:32:12 +02:00
Daniel Hahler
b3f7f3c0b5
fixup! fixup! Add an ISSUE_TEMPLATE file for GitHub
2016-08-17 12:25:38 +02:00
Daniel Hahler
8753bf2e16
fixup! Add an ISSUE_TEMPLATE file for GitHub
2016-08-17 12:24:05 +02:00
Dave Halter
f95ac1e8e0
Merge pull request #606 from blueyed/remove-mark-hack-for-jumplist
...
Do not set the '`' mark in goto
2016-08-16 23:03:14 +02:00
Daniel Hahler
f0c63f1172
Do not set the '`' mark in goto
...
This was meant as a hack to make the jumplist work (7520290 ), but it
works without it. Maybe the underlying code to go to the definition has
been changed/improved.
Tested both in Vim (7.4.2143) and Neovim.
2016-08-16 00:52:27 +02:00
Daniel Hahler
02c2de1c51
Add an ISSUE_TEMPLATE file for GitHub
2016-08-16 00:52:17 +02:00
Daniel Hahler
99132ec545
Fix Travis: remove --use-mirrors for pip ( #609 )
...
* Travis: use sudo: false (container based builds)
* Travis: remove --use-mirrors for pip-install
The option is not valid anymore with pip 8.1.2 apparently
(https://travis-ci.org/davidhalter/jedi-vim/builds/152006664 ).
2016-08-16 00:51:45 +02:00
Dave Halter
5ea9ee7a63
Merge pull request #602 from blueyed/improve-jedi-load-error
...
Improve error msg when the jedi submodule fails to load
2016-08-06 18:23:42 +02:00
Daniel Hahler
ba0b44b65d
echo_highlight: cast msg to str
...
This helps to avoid errors with incomplete traceback/exception details
when using it with e.g. `echo_highlight(dir(jedi))`.
2016-08-03 11:19:11 +02:00
Daniel Hahler
369284a6bc
README: enhance Installation section
2016-08-03 11:18:41 +02:00
Daniel Hahler
3882c5dd32
Improve error message when the jedi module fails to load
...
Fixes https://github.com/davidhalter/jedi-vim/issues/560 .
2016-08-03 11:08:30 +02:00