Commit Graph

157 Commits

Author SHA1 Message Date
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
David Halter
3d44b372ef Merge pull request #3 from tek/dev
catch errors in jedi#show_func_def()
thx @tek
2012-09-19 23:22:46 -07:00
tek
d5ff3b1522 catch errors in jedi#show_func_def() 2012-09-20 00:36:44 +02:00
David Halter
e6b27a43e9 Merge pull request #1 from tek/master
vim plugin directory structure
thanks to @tek!
2012-09-19 05:37:56 -07:00
tek
11331cd347 use os.path.join to assemble module path 2012-09-19 12:50:06 +02:00
tek
b18aacbd82 missing syntax file 2012-09-19 12:20:17 +02:00
tek
16c0bc852b use standard vim plugin conventions 2012-09-18 21:41:36 +02:00
David Halter
d59123dc52 readme typo 2012-09-18 18:53:06 +02:00
David Halter
2161e5a49f set python sys.path 2012-09-18 18:11:23 +02:00
David Halter
879893ef65 added note on how to install jedi 2012-09-18 17:54:03 +02:00
David Halter
5890e53969 added AUTHORS.txt 2012-09-18 17:45:38 +02:00
David Halter
17abae8fc5 added gitignore 2012-09-18 17:02:49 +02:00
David Halter
7412e64ccb added jedi submodule 2012-09-18 16:59:38 +02:00
David Halter
476999d715 added vim readme 2012-09-18 16:28:23 +02:00
David Halter
94e4af53f5 moved jedi.vim 2012-09-18 16:12:44 +02:00
David Halter
db77ff86d1 fixed some refactoring errors in the vim plugin 2012-09-17 23:23:01 +02:00
David Halter
1ef7e8d02f fixed many get_in_function_call related bugs 2012-09-16 23:10:39 +02:00
David Halter
0e1a8c889a add jedi#auto_close_doc option 2012-09-15 18:11:13 +02:00
David Halter
09bc262ece position of func_def window stays now the same 2012-09-15 18:04:52 +02:00