David Halter
6ed0b78c90
deprecate a lot of old definitions how to use functions, use instead the names of jedi functions
2013-08-20 16:17:39 +04:30
David Halter
6ee05f976d
use call_signature_escape instead of the old function_definition_escape, to be compatible with jedi
2013-08-20 15:13:55 +04:30
David Halter
00814ef58d
completions instead of complete
2013-08-20 15:01:09 +04:30
David Halter
e01eadb9ed
automatically initialize filetype plugin on
2013-08-19 15:27:40 +04:30
David Halter
33b58d894c
removed an old description
2013-08-05 16:40:48 +04:30
heavenshell
9c3e9dbe03
Fix goto() deprecation.
2013-06-01 00:59:49 +09:00
heavenshell
cf3182e549
Fix complete() deprecation.
2013-06-01 00:27:14 +09:00
David Halter
b9fef7b969
renamed Pyedit to Pyimport, refs #117
2013-05-19 00:25:00 +04:30
David Halter
e8e1cc7d47
improve indentation of #117
2013-05-18 21:53:44 +04:30
Marcin Szamotulski
422ad483c1
g:jedi#quickfix_window_height
...
This commit adds an option g:jedi#quickfix_window_height, with the
default value 10 (as this is the default value for :copen)
2013-03-17 13:47:17 +00:00
Marcin Szamotulski
165dea0a2c
added :Pyedit vim command
...
:Pyedit [++opt] [+cmd] module
module is a python module, there is a completion for them as well.
[opt] and [cmd] are like for the :edit command.
2013-03-17 13:32:04 +00:00
York Wong
ed8dcf6f5d
Fix #80 "Not an editor command: Python << PYTHONEOF"
2013-02-05 17:35:45 +08:00
Jean-Louis Fuchs
f234bf4376
Select first line of completion popup. Improves typing flow and saves one keypress.
2013-01-21 18:08:19 +01:00
David Halter
3c55a4bed6
Python alias works now
2013-01-07 00:28:37 +01:00
David Halter
30ea569cd8
python -> Python
2013-01-06 23:59:10 +01:00
David Halter
b63454ebd4
add a Python command that is able to execute python3 and python2
2013-01-06 23:55:24 +01:00
Danilo Bargen
c92233e42f
Check for +python3 as well (refs #66 )
2013-01-06 14:26:44 +01:00
Emily Strickland
3bbc8d4c57
Setting to let user silence +python error.
...
If the user kicks off a version of vim with the jedi-vim plugin without
having Python support compiled in, it gives an error which halts vim
from starting up until it is dismissed. This commit adds a way to opt
out of that warning for people who use the same configuration and
plugins on different machines and different versions of vim.
2013-01-03 21:32:23 -08:00
David Halter
730c98ff67
add autocompletion_command default -> fixes #51
2012-12-18 17:14:58 +01:00
David Halter
704c1c2553
added auto configuration of VIM setting -> fixes #52
2012-12-18 16:46:28 +01:00
David Halter
8813b2312e
Merge pull request #35 from mattn/delay_load
...
delay load python module. this change make bits faster.
2012-10-31 06:22:06 -07:00
mattn
ed5aa85eb9
remove needless empty line.
2012-10-31 09:30:55 +09:00
mattn
e6b22f8450
don't set switchbuf option until python filetype is loaded.
2012-10-31 09:21:27 +09:00
mattn
b92de58826
delay load python module. this change make bits faster.
2012-10-31 09:18:46 +09:00
David Halter
8fe0bac319
display errors (caused problems with pydoc)
2012-10-16 14:36:40 +02:00
David Halter
18613fe325
compressed settings
2012-10-13 02:05:57 +02:00
David Halter
8a04fde301
removed star import of jedi_vim
2012-10-13 01:32:30 +02:00
David Halter
6c21cb1520
move more code to the python module
2012-10-13 01:24:39 +02:00
David Halter
8f28773e88
moved all python functions to a cleaner python file
2012-10-13 00:51:44 +02:00
David Halter
48ab6c613f
better support for in call displays (bugfixes)
2012-10-13 00:15:20 +02:00
David Halter
15426a3d51
better support for function display in strings
2012-10-12 21:48:26 +02:00
David Halter
391d9c940d
wrong dynamic modules setting, with non python files fixed
2012-10-04 00:38:58 +02:00
David Halter
f62067b463
vim string representation fixes #6
2012-09-30 22:41:54 +02:00
David Halter
d4e2e082d6
additional dynamic modules used to complete between different vim buffers (in functions)
2012-09-26 18:42:16 +02:00
David Halter
05cac0c585
jedi#complete should always be the default -> see discussion in #1
2012-09-22 18:55:45 +02:00
tek
11331cd347
use os.path.join to assemble module path
2012-09-19 12:50:06 +02:00
tek
16c0bc852b
use standard vim plugin conventions
2012-09-18 21:41:36 +02:00
David Halter
2161e5a49f
set python sys.path
2012-09-18 18:11:23 +02:00
David Halter
94e4af53f5
moved jedi.vim
2012-09-18 16:12:44 +02:00