Beau
8fded9837e
Use newer Vundle syntax
...
Vundle has deprecated the `Bundle` syntax, replacing it with `Plugin`.
I've also added the abbreviated GitHub syntax (simply `username/repo`,
no need to pass the full git URL).
2014-11-18 12:12:38 +00:00
Dave Halter
6fabdd2fab
Merge pull request #319 from Alir3z4/master
...
Fix 404 link on jedi-vim for AUR packages
2014-10-31 19:47:07 +01:00
Alireza Savand
997220d3a5
Fix 404 link on jedi-vim for AUR packages
...
it has been moved to official repositories
2014-10-30 17:57:30 +04:00
Dave Halter
21efb8a0e8
Merge pull request #312 from genzj/issue-#311
...
Fix upstream #311
2014-10-14 13:28:56 +02:00
ZHU Jie M
1e0ae6bd35
Fix upstream #311
...
Use method `docstring()` instead of property `doc`
Use property `description` instead of `get_code`
2014-10-14 18:33:05 +08:00
Dave Halter
b25db7ff5d
Merge pull request #305 from MadAnd/patch-1
...
Fix typo
2014-09-07 13:27:10 +04:30
MadAnd
a6f711fbbc
Fix typo
2014-09-06 15:53:22 +03:00
Dave Halter
12e9235bfd
Merge pull request #293 from matatk/dev
...
Documentation about the need for `+conceal`
2014-07-30 16:38:00 +04:30
Matthew Tylee Atkinson
43eaec0aee
Documentation about the need for +conceal
...
* Make README link to the text file point to the file (not the repo)
* Replace the one 'Jedi-Vim' with 'jedi-vim' in README
* Minor grammar tweak to VIM >= 7.3 requirement in the docs
* Explain the need for `+conceal` in the docs
* Update last-changed date on first line of the docs
* Hint at the need for `+conceal` in the README
2014-07-29 23:16:50 +01:00
Dave Halter
089f9b0027
Merge pull request #273 from talha81/doc_window_reuse
...
Find __doc__ window if opened in current tab
2014-05-26 20:45:03 +04:30
Talha Ahmed
671b12da9a
updated AUTHORS.txt
2014-05-20 23:42:12 +05:00
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