Commit Graph

125 Commits

Author SHA1 Message Date
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
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
27076f8adb added pictures of jedi to jedi-vim 2012-10-14 15:12:19 +02: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
766acb5757 jedi update 2012-10-14 02:22:04 +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
5dd9305aa2 fixed a problem with function calls again 2012-10-13 00:36:34 +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
7bc151be75 comment default override, because the highlighting didn't work there 2012-10-10 23:37:17 +02:00
David Halter
391d9c940d wrong dynamic modules setting, with non python files fixed 2012-10-04 00:38:58 +02:00
David Halter
1c29cd6d96 use CursorMovedI to check for executions as discussed in #3 2012-09-30 22:59:41 +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
f64c64d1bc rename cursor doesn't move anymore 2012-09-23 12:44:26 +02:00
David Halter
05cac0c585 jedi#complete should always be the default -> see discussion in #1 2012-09-22 18:55:45 +02:00
David Halter
1ea59e1cfd Merge pull request #4 from tek/dev
remove func_def escape sequence from search history
thx @tek
2012-09-20 10:51:59 -07:00
tek
cb02ed8f2a remove func_def escape sequence from search history 2012-09-20 18:33:50 +02:00