Commit Graph

595 Commits

Author SHA1 Message Date
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
Yann Thomas-Gerard
7bf66ebab2 Adds myself to AUTHORS.txt 2013-09-18 11:44:17 +02:00
Yann Thomas-Gerard
20a63f6c0f Sets our own omnifunc and allows loading of the distribution's python ftplugin 2013-09-18 11:44:06 +02:00
David Halter
0ba4993d5d Merge pull request #191 from littleq0903/goto_split_support
added split support for goto action
2013-09-14 12:19:28 -07:00
LittleQ
b8269d70d4 added tests for checking other goto will perform in only one window, no other split buffer will be opened accidentially 2013-09-15 03:03:59 +08:00
LittleQ
a247e9b1c7 make sure it really opened a split window 2013-09-15 02:19:48 +08:00
LittleQ
aa56af0d9c only need to check the opening direction is correct 2013-09-15 02:06:17 +08:00
LittleQ
b8edeef966 added myself to AUTHORS.txt 2013-09-15 01:18:21 +08:00
LittleQ
2a3eaeb2dc this is better 2013-09-15 00:59:28 +08:00
LittleQ
e1cac7d3f7 updated README.rst for use_splits_not_buffers 2013-09-15 00:57:47 +08:00
LittleQ
27d35b4fc0 fixed wrong title in doc 2013-09-15 00:54:10 +08:00
LittleQ
df81a593ec generate list by keys() for join() 2013-09-15 00:48:19 +08:00
LittleQ
63162524c2 moved up the split_options 2013-09-15 00:29:56 +08:00
LittleQ
ec405fa3b2 fixed type and set default value to 1 to avoid testing error 2013-09-15 00:20:20 +08:00
LittleQ
1c24594c70 added split support for goto action 2013-09-14 23:33:40 +08:00
David Halter
45dd72b557 Merge pull request #186 from ShengYun/bugfix-set-fileencoding
force jedi.vim's fileencoding to utf-8
2013-09-09 22:43:16 -07:00
Sheng Yun
e31fcf8580 add Sheng Yun in AUTHORS.txt 2013-09-10 13:39:27 +08:00
Sheng Yun
f082e2b75a force jedi.vim's fileencoding to utf-8 2013-09-10 11:20:33 +08:00
David Halter
90d2208554 Merge pull request #183 from fuhrysteve/master
NameError: global name 'PythonToVimStr' is not defined
2013-09-08 21:59:30 -07:00
Stephen J. Fuhry
dd89f6ba6b adding self to authors 2013-09-08 14:15:22 -04:00
Stephen J. Fuhry
d1f8a91fd3 moving if to end of file 2013-09-08 14:14:19 -04:00
Stephen J. Fuhry
f405ce625a Revert "moving PythonToVimStr to before _catch_exception"
This reverts commit 320809c211.
2013-09-08 14:07:29 -04:00