Talha Ahmed
e620b5bf50
fixed mismatched parenthesis :|
2014-05-14 10:49:19 +05:00
Talha Ahmed
1792fb9e1b
Find __doc__ window if opened in current tab
2014-05-14 09:47:18 +05: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
Dave Halter
4e9aa671a7
Python 3 compatibility
2014-05-05 11:56:41 +02:00
Dave Halter
61e1f46626
update jedi to jedi 0.8.0
2014-05-05 00:40:15 +02:00
Dave Halter
f8e5b8dbec
update Jedi to the latest dev branch
2014-04-23 12:11:43 +02:00
Dave Halter
503fe3da67
revert to old doc property, the doc.full() call was not backwards compatible and has since been reverted within Jedi
2014-04-23 12:08:58 +02:00
Dave Halter
0f591e1283
Use stackoverflow for general usage questions.
2014-04-16 11:16:06 +02:00
Dave Halter
21192f55f4
temporary compatibility with the doc changes in Jedi 0.8
2014-03-31 12:46:54 +02:00
Dave Halter
aa1d83cf68
Merge remote-tracking branch 'origin/master' into dev
2014-03-31 12:46:14 +02:00
Dave Halter
feb7688d07
Merge pull request #260 from haconeco/master
...
modified mapping to :call goto_window_on_enter()
2014-03-08 13:34:00 +04:30
haconeco
5e0bf55972
Update jedi.vim
2014-03-07 22:53:09 +09:00
Dave Halter
c9bede82b6
Merge pull request #256 from justincheevers/patch-1
...
Add example installation command
2014-03-06 13:38:29 +04:30
justincheevers
fa08586a94
Update README.rst
2014-03-01 13:21:02 -07:00
justincheevers
bbe2861fa1
Add example installation command
...
It's easier if an example installation command is there for you.
2014-03-01 12:52:39 -07:00
Dave Halter
bb5c473633
get rid of the compatibility layer of jedi
2014-01-15 12:20:26 +01:00
Dave Halter
4724e18b63
new version stuff
2014-01-15 12:17:51 +01:00
Dave Halter
d9a43db019
remove unused jedi.keywords import that caused jedi-vim not to work because the file was moved internally in the Jedi package
2014-01-13 15:38:48 +01:00
Dave Halter
ce7ba53224
pep8 styling
2014-01-13 15:37:49 +01:00
Dave Halter
154d9b8295
Merge pull request #243 from toupeira/master
...
Fix typo in jedi-vim.txt (closes #242 )
2014-01-09 07:34:56 -08:00
Markus Koller
8f1e8f62fb
Update AUTHORS.txt
2014-01-09 16:00:56 +01:00
Markus Koller
ee46c28669
Fix typo in jedi-vim.txt ( closes #242 )
2014-01-09 11:18:25 +01:00
Dave Halter
38f966092e
Merge pull request #240 from ShengYun/bugfix-wrong-sys-path-insert-with-space-paths
...
add expand to make paths which contains spaces work correctly
2014-01-02 11:35:34 -08:00
Sheng Yun
99a9445acb
add expand to make paths which contains spaces work correctly
2014-01-02 14:26:48 +08:00
David Halter
90f0bff2de
merge documentation change of #231 of @tndoan and resolve authors conflict
0.7.0
2013-12-23 20:49:51 +01:00
David Halter
d43768c7b5
merge master to dev
2013-12-23 20:47:20 +01:00
Dave Halter
8aa53ee576
Merge pull request #214 from gotgenes/patch-1
...
Fixes goto_definitions_command documentation.
2013-12-23 03:23:48 -08:00
Chris Lasher
51802fa151
Update AUTHORS.txt
...
Adds Chris Lasher to list of contributors.
2013-12-22 21:10:34 -08:00
Chris Lasher
1388f46137
Fixes goto_definitions_command documentation.
2013-12-22 21:09:41 -08:00
Dave Halter
57a2cc787b
Merge pull request #232 from eyetracker/dev
...
Implemented: force python 2 or 3 with ability to switch during runtime
2013-12-15 13:48:07 -08:00
Asa Jay
b1205ce779
Load only default/forced py_version, changed names and variable type
...
1. Changed pycmd: renamed to py_version, changed type, resulting in
...#force_py_version = <int> (2 or 3)
2. Changed structure of initialization, changes broke functionality
(<sfile> behaviour changes inside a function)
3. Cleaned up.
2013-12-15 17:01:28 +01:00
Asa Jay
3ad63c9458
Implemented: force python 2 or 3 with ability to switch during runtime
...
Simultaneous python2 and python3 support, switchable during runtime
calling a function as well as setting a variable in .vimrc! Closes
issues #200 and #210 (which gave the idea for this commit, thank you
@Shtucer).
2013-12-13 20:51:24 +01:00
tndoan
3d4a594519
update my name in authors list
2013-12-12 20:43:49 +08:00
tndoan
c1ff868cb4
add the recommendation of version for Vim to enjoy the full feature of Jedi-Vim
2013-12-12 19:57:48 +08:00
Dave Halter
44b8165ba3
Merge pull request #230 from np1/master
...
Small error in help text
2013-12-11 09:00:17 -08:00
nagev
e324a34c69
Update jedi-vim.txt
...
correction in help text for jedi#goto_definitions_command
2013-12-11 15:43:18 +00:00
nagev
7b8e6bd6ed
Update AUTHORS.txt
2013-12-11 15:38:35 +00:00
David Halter
485e02d3b5
Merge pull request #225 from justinmk/master
...
fix #223 : nnoremap instead of noremap
2013-12-06 14:47:35 -08:00
Justin M. Keyes
17bfd3b276
fix #223 : nnoremap instead of noremap
...
- mapping operator-pending-mode and selection-mode has undesirable
side-effects, and isn't actually used by jedi-vim.
- also, wrap 'for' loops in s:init() functions to avoid polluting the
global namespace ('for key in keys' assigns g:key).
2013-12-06 15:00:38 -05:00
David Halter
0d50a1caec
Merge pull request #222 from ShengYun/bugfix-enclose-dot-mapping-with-completions_enabled
...
Disable dot mapping at initialization if completion_enable is 0
2013-12-06 11:47:05 -08:00
Sheng Yun
e8b9fcb5d1
Disable dot mapping at initialization if completion_enable is 0
2013-12-07 00:22:52 +08:00
David Halter
4e0d196e92
Merge pull request #220 from justinmk/master
...
fix doc tag reference
2013-12-06 02:41:12 -08:00
justinmk
493d89302a
Update AUTHORS.txt
2013-12-05 20:12:14 -05:00
justinmk
bd68a98848
fix doc tag reference
2013-12-05 19:08:57 -05:00
David Halter
eceba1e675
resolve merge conflict in authors
2013-09-28 19:48:20 +04:30
David Halter
4508fc22f8
switch to the MIT license - fixes #184
2013-09-28 19:47:37 +04:30
David Halter
21ce925ccb
Merge pull request #194 from inside/dev
...
after/ftplugin/python/jedi.vim takes care of setting the omnifunc, it's not needed in ftplugin/python/jedi.vim anymore.
2013-09-24 02:58:31 -07:00
Yann Thomas-Gerard
04c3fc9d1b
Moves completion settings to the after directory
2013-09-23 13:48:06 +02:00
Yann Thomas-Gerard
a9ffcbbda9
after/ftplugin/python/jedi.vim takes care of setting the omnifunc,
...
it's not needed here anymore.
2013-09-20 14:29:48 +02:00
David Halter
882c5f0611
Merge pull request #193 from inside/dev
...
Fix issue #96
2013-09-18 07:20:18 -07:00