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 |
|
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 |
|