David Halter
34bf4479d8
Merge branch 'master' of git://github.com/coot/jedi-vim into pyedit
2013-05-18 21:36:50 +04:30
David Halter
ab5065753e
update jedi notification
2013-05-14 22:20:39 +04:30
David Halter
daa7f1c60c
Merge remote-tracking branch 'origin/master' into dev
2013-05-14 22:12:54 +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
David Halter
a763f12b4e
default encoding for VIM compiled with -multibyte, fixes #100
2013-02-24 08:57:36 +04:30
Enrico
7577ddc7a7
Removed has_gui variable.
2013-02-23 16:16:59 -03:00
Enrico
61f457b666
Used tab drop only when gui is available.
2013-02-23 15:57:09 -03:00
Enrico
f9ea25ec4e
Improved opening file in existing or new tab.
2013-02-22 10:48:56 -03:00
York Wong
ed8dcf6f5d
Fix #80 "Not an editor command: Python << PYTHONEOF"
2013-02-05 17:35:45 +08:00
David Halter
fdcc192def
Merge pull request #83 from andviro/master
...
fix for #81
2013-01-25 01:37:24 -08:00
Andrew Rodionoff
70f4c16ae3
fixed find related names
2013-01-25 12:04:17 +04:00
David Halter
bf7a5b82bb
Merge remote-tracking branch 'origin/master' into dev
2013-01-22 06:56:40 +01: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
2b0e66b565
set the cursor to the right position, messed that up in the previous commit, #65
2013-01-14 16:15:06 +01:00
David Halter
69e4cead81
turn syntax highlighting on again if it's turned off by renaming (possible vim bug).
2013-01-14 15:37:59 +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
David Halter
a09b3121d5
Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev
2013-01-05 13:54:47 +01:00
David Halter
c3754ab670
Merge pull request #64 from lilix/master
...
Squelch the +python warning during initialization
2013-01-05 04:54:29 -08:00
David Halter
74d93b8c3d
related_name changed sorting -> change renaming
2013-01-04 15:11:41 +01:00
David Halter
62d9b564f9
add spaces to additional get_definition quotes, fixes #63
2013-01-04 10:56:19 +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
89f21b9196
use PythonToVimStr in more places, fixes #60
2012-12-31 14:24:01 +01:00
David Halter
ff10a0a6e4
escape file paths if opening new buffers/tabs, fixes #54
2012-12-21 13:03:55 +01:00
David Halter
09721ecedf
problems with encodings should be fixed more or less. At least I understand encodings now. :-) #48
2012-12-19 20:46:42 +01:00
David Halter
9fbec4faf2
changed something that I absolutely don't get again. #48
2012-12-19 01:32:15 +01: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
72571db6ee
encode output strings to latin-1, vim has problems with utf8. fixes #48
2012-12-18 16:14:21 +01:00
David Halter
facb5c05ba
fixed some serious problems with show_func_def, that were caused by bad unicode support of python/vim, see also: http://bugs.python.org/issue5876
2012-11-28 23:46:22 +01:00
David Halter
d613ed2266
again debug functions (was buggy before)
2012-11-28 17:43:05 +01:00
David Halter
75dee25646
removed sorting, because jedi does that now.
2012-11-21 17:33:12 +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
99cb1d6f12
show_func_def shows function definition without that setting, fixes #19
2012-10-20 02:19:01 +02:00
David Halter
c2cb6b641b
vim 7.2 has no conceal feature, fixes #13
2012-10-17 18:45:31 +02:00
David Halter
8fe0bac319
display errors (caused problems with pydoc)
2012-10-16 14:36:40 +02:00
David Halter
1e3e8e1aec
show_func_def raised errors again ( #3 ), almost fixes #9
2012-10-16 09:42:25 +02:00
Nick Hurley
97643d43f3
Sort menu options
...
This sorts the menu case-insensitively, so it makes some sort of sense.
2012-10-15 20:04:11 -07:00
David Halter
d885557d66
avoid problems if doc is opened
2012-10-14 12:24:05 +02:00
David Halter
be595d326d
fixed another string literal problem with func defs
2012-10-14 02:44:12 +02:00
David Halter
8fd1e6d142
removed a needless function
2012-10-13 02:32:41 +02:00
David Halter
18613fe325
compressed settings
2012-10-13 02:05:57 +02:00
David Halter
fa35a5510a
mainly pep8
2012-10-13 01:45:17 +02:00
David Halter
8a04fde301
removed star import of jedi_vim
2012-10-13 01:32:30 +02:00