David Halter
a9c654fe48
added a way to disable completions, as mentioned in #166
2013-08-24 21:22:04 +04:30
David Halter
9d2259a63d
make it possible to disable commands
2013-08-24 21:08:03 +04:30
David Halter
c3bea09d74
rename methods
2013-08-23 11:24:10 +04:30
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
bba9682197
call_signatures instead of function_definition
2013-08-20 15:07:32 +04:30
David Halter
00814ef58d
completions instead of complete
2013-08-20 15:01:09 +04:30
David Halter
403028a50c
ctrl space cycles now through results, when used multiple times, fixes #118
2013-05-18 19:55:30 +04:30
Patrice Peterson
15605d77d6
Silence dot completion mappings
...
I find the long line that pops up in the command-line whenever I press
`.` a bit distracting, and it would potentially overwrite other useful
information displayed in there. This change silences the dot completion
commands.
2013-03-01 13:06:00 +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
098cdb3eb8
Don't map <C-c> if a mapping already exists, fixes #69
2013-01-11 11:03:19 +01:00
David Halter
7b60d00dbc
also check for py3k in ftplugin
2013-01-07 00:00:16 +01:00
David Halter
5670946a73
finish also ftplugin if +python is not available
2013-01-05 13:56:38 +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
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
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
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
mattn
22198c7bed
set b:did_ftplugin to avoid overwrites by pythoncomplete.vim .
2012-10-31 09:15:28 +09:00
tek
16c0bc852b
use standard vim plugin conventions
2012-09-18 21:41:36 +02:00