David Halter
|
cde62de599
|
Merge pull request #58 from flupke/dev
fixed jedi#new_buffer() when g:jedi#use_tabs_not_buffers = 0
|
2012-12-26 15:10:06 -08:00 |
|
Luper Rouch
|
68bca9a773
|
fixed jedi#new_buffer() when g:jedi#use_tabs_not_buffers = 0
|
2012-12-27 00:00:11 +01:00 |
|
David Halter
|
d576d7d151
|
use vim.command instead of vim.execute (which doesn't even exist), thanks to @enoodle for the hint
|
2012-12-25 23:58:59 +01:00 |
|
David Halter
|
4336cbb742
|
by default <C-c> imaps to escape, should fix #55
|
2012-12-24 00:44:09 +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
|
6a70c84cc0
|
new_buffer instead of tabnew
|
2012-12-21 09:52:26 +01:00 |
|
David Halter
|
394aeffa61
|
update jedi version
|
2012-12-19 23:14:57 +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
|
824925debe
|
remove unnecessary echo
|
2012-12-18 17:25:00 +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
|
64e2b1d806
|
added lgpl license -> #50
|
2012-12-18 16:33:37 +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
|
42900bb62f
|
if completeopt = longest is not set, change the default behaviour of the popup menu, fixes #32
|
2012-12-11 15:10:03 +01:00 |
|
David Halter
|
1507fcc24f
|
update of jedi version
|
2012-12-10 22:42:09 +01:00 |
|
David Halter
|
1900c0829a
|
changed sys.path insertion, might help #28
|
2012-12-10 16:50:30 +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
|
fb744e2e6d
|
add debugging functions for jedi
|
2012-11-28 10:17:52 +01:00 |
|
David Halter
|
71f146c6bd
|
add c-space also for gvim, which doesn't work with <nul>, #42
|
2012-11-27 10:29:12 +01:00 |
|
David Halter
|
75dee25646
|
removed sorting, because jedi does that now.
|
2012-11-21 17:33:12 +01:00 |
|
David Halter
|
997be00004
|
add pyc to gitignore - fixes #40
|
2012-11-08 18:39:32 +01:00 |
|
David Halter
|
ecd62166e8
|
Merge pull request #38 from hattya/dev
fix python sys.path
|
2012-11-05 04:43:09 -08:00 |
|
Akinori Hattori
|
67b8588085
|
fix python sys.path
|
2012-11-05 20:24:55 +09:00 |
|
David Halter
|
5349c183b7
|
Merge pull request #37 from mattn/fix_delay_load
fix delayload. (@mattn fixed a bug related to his pull requests)
|
2012-10-31 09:26:08 -07:00 |
|
mattn
|
7ad32841d2
|
fix delayload.
|
2012-10-31 22:57:04 +09: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 |
|
David Halter
|
5ac5598b34
|
Merge pull request #36 from mattn/switchbuf
don't set switchbuf option until python filetype is loaded.
|
2012-10-31 02:25:21 -07:00 |
|
David Halter
|
4d62f1ea81
|
Merge pull request #34 from mattn/did_ftplugin
set b:did_ftplugin to avoid overwrites by pythoncomplete.vim .
|
2012-10-31 02:21:17 -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 |
|
mattn
|
22198c7bed
|
set b:did_ftplugin to avoid overwrites by pythoncomplete.vim .
|
2012-10-31 09:15:28 +09:00 |
|
David Halter
|
2143e2f0a3
|
Merge remote-tracking branch 'origin/master' into dev
|
2012-10-23 10:28:22 +02:00 |
|
David Halter
|
3a2cec368d
|
show_function_definition option wasn't in the docs
|
2012-10-21 02:31:13 +02:00 |
|
David Halter
|
24053c455d
|
Merge pull request #25 from strycore/master
Improved color contrast for function definitions in gvim
-> fixes #24
|
2012-10-20 13:21:14 -07:00 |
|
Mathieu Comandon
|
fd6da66411
|
improve readability in function definitions for gvim
|
2012-10-20 19:52:13 +02: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
|
f356b17a70
|
Merge pull request #18 from tek/dev
missing bang in function definition
|
2012-10-18 23:29:32 -07:00 |
|
tek
|
fa46afb53c
|
missing bang in function definition
|
2012-10-19 00:55:53 +02:00 |
|
David Halter
|
a87af78be3
|
don't complete on numbers, fixes #14
|
2012-10-17 23:35:00 +02:00 |
|
David Halter
|
c2cb6b641b
|
vim 7.2 has no conceal feature, fixes #13
|
2012-10-17 18:45:31 +02:00 |
|
David Halter
|
96b75d24f5
|
contributing pep8
|
2012-10-17 07:45:51 +02:00 |
|
David Halter
|
dc919cc48a
|
contributing changes 2
|
2012-10-17 07:39:26 +02:00 |
|
David Halter
|
17b7b0d7fd
|
contributing changes
|
2012-10-17 07:37:42 +02:00 |
|
David Halter
|
c0a66654bf
|
added Contributing file, because I want people to push to the dev branch.
|
2012-10-17 07:34:06 +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 |
|
David Halter
|
d1844c45a1
|
Merge pull request #10 from todesschaf/sorted_menu
Sort menu options
|
2012-10-16 00:22:17 -07:00 |
|