Commit Graph

  • 09721ecedf problems with encodings should be fixed more or less. At least I understand encodings now. :-) #48 David Halter 2012-12-19 20:46:28 +01:00
  • 9fbec4faf2 changed something that I absolutely don't get again. #48 David Halter 2012-12-19 01:32:15 +01:00
  • 824925debe remove unnecessary echo David Halter 2012-12-18 17:25:00 +01:00
  • 730c98ff67 add autocompletion_command default -> fixes #51 David Halter 2012-12-18 17:14:58 +01:00
  • 704c1c2553 added auto configuration of VIM setting -> fixes #52 David Halter 2012-12-18 16:46:16 +01:00
  • 64e2b1d806 added lgpl license -> #50 David Halter 2012-12-18 16:33:37 +01:00
  • 72571db6ee encode output strings to latin-1, vim has problems with utf8. fixes #48 David Halter 2012-12-18 16:14:21 +01:00
  • 42900bb62f if completeopt = longest is not set, change the default behaviour of the popup menu, fixes #32 David Halter 2012-12-11 15:10:03 +01:00
  • 1507fcc24f update of jedi version David Halter 2012-12-10 22:42:09 +01:00
  • 1900c0829a changed sys.path insertion, might help #28 David Halter 2012-12-10 16:50:30 +01:00
  • 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 David Halter 2012-11-28 23:46:22 +01:00
  • d613ed2266 again debug functions (was buggy before) David Halter 2012-11-28 17:39:26 +01:00
  • fb744e2e6d add debugging functions for jedi David Halter 2012-11-28 10:17:52 +01:00
  • 71f146c6bd add c-space also for gvim, which doesn't work with <nul>, #42 David Halter 2012-11-27 10:29:12 +01:00
  • 75dee25646 removed sorting, because jedi does that now. David Halter 2012-11-21 17:33:12 +01:00
  • 997be00004 add pyc to gitignore - fixes #40 David Halter 2012-11-08 18:39:32 +01:00
  • ecd62166e8 Merge pull request #38 from hattya/dev David Halter 2012-11-05 04:43:09 -08:00
  • 67b8588085 fix python sys.path Akinori Hattori 2012-11-05 20:24:55 +09:00
  • 5349c183b7 Merge pull request #37 from mattn/fix_delay_load David Halter 2012-10-31 09:26:08 -07:00
  • 7ad32841d2 fix delayload. mattn 2012-10-31 22:57:04 +09:00
  • 8813b2312e Merge pull request #35 from mattn/delay_load David Halter 2012-10-31 06:22:06 -07:00
  • 5ac5598b34 Merge pull request #36 from mattn/switchbuf David Halter 2012-10-31 02:25:21 -07:00
  • 4d62f1ea81 Merge pull request #34 from mattn/did_ftplugin David Halter 2012-10-31 02:21:17 -07:00
  • ed5aa85eb9 remove needless empty line. mattn 2012-10-31 09:30:55 +09:00
  • e6b22f8450 don't set switchbuf option until python filetype is loaded. mattn 2012-10-31 09:21:27 +09:00
  • b92de58826 delay load python module. this change make bits faster. mattn 2012-10-31 09:18:46 +09:00
  • 22198c7bed set b:did_ftplugin to avoid overwrites by pythoncomplete.vim . mattn 2012-10-31 09:15:28 +09:00
  • 2143e2f0a3 Merge remote-tracking branch 'origin/master' into dev David Halter 2012-10-23 10:28:22 +02:00
  • 3a2cec368d show_function_definition option wasn't in the docs David Halter 2012-10-21 02:31:13 +02:00
  • 24053c455d Merge pull request #25 from strycore/master David Halter 2012-10-20 13:21:14 -07:00
  • fd6da66411 improve readability in function definitions for gvim Mathieu Comandon 2012-10-20 19:52:13 +02:00
  • 99cb1d6f12 show_func_def shows function definition without that setting, fixes #19 David Halter 2012-10-20 02:19:01 +02:00
  • f356b17a70 Merge pull request #18 from tek/dev David Halter 2012-10-18 23:29:32 -07:00
  • fa46afb53c missing bang in function definition tek 2012-10-19 00:55:53 +02:00
  • a87af78be3 don't complete on numbers, fixes #14 David Halter 2012-10-17 23:35:00 +02:00
  • c2cb6b641b vim 7.2 has no conceal feature, fixes #13 David Halter 2012-10-17 18:44:28 +02:00
  • 96b75d24f5 contributing pep8 David Halter 2012-10-17 07:45:51 +02:00
  • dc919cc48a contributing changes 2 David Halter 2012-10-17 07:39:26 +02:00
  • 17b7b0d7fd contributing changes David Halter 2012-10-17 07:37:42 +02:00
  • c0a66654bf added Contributing file, because I want people to push to the dev branch. David Halter 2012-10-17 07:34:06 +02:00
  • 8fe0bac319 display errors (caused problems with pydoc) David Halter 2012-10-16 14:36:40 +02:00
  • 1e3e8e1aec show_func_def raised errors again (#3), almost fixes #9 David Halter 2012-10-16 09:42:25 +02:00
  • d1844c45a1 Merge pull request #10 from todesschaf/sorted_menu David Halter 2012-10-16 00:22:17 -07:00
  • 97643d43f3 Sort menu options Nick Hurley 2012-10-15 20:04:11 -07:00
  • 27076f8adb added pictures of jedi to jedi-vim David Halter 2012-10-14 15:12:19 +02:00
  • d885557d66 avoid problems if doc is opened David Halter 2012-10-14 12:24:05 +02:00
  • be595d326d fixed another string literal problem with func defs David Halter 2012-10-14 02:44:12 +02:00
  • 766acb5757 jedi update David Halter 2012-10-14 02:22:04 +02:00
  • 8fd1e6d142 removed a needless function David Halter 2012-10-13 02:31:48 +02:00
  • 18613fe325 compressed settings David Halter 2012-10-13 02:05:57 +02:00
  • fa35a5510a mainly pep8 David Halter 2012-10-13 01:45:17 +02:00
  • 8a04fde301 removed star import of jedi_vim David Halter 2012-10-13 01:32:30 +02:00
  • 6c21cb1520 move more code to the python module David Halter 2012-10-13 01:24:39 +02:00
  • 8f28773e88 moved all python functions to a cleaner python file David Halter 2012-10-13 00:51:44 +02:00
  • 5dd9305aa2 fixed a problem with function calls again David Halter 2012-10-13 00:36:34 +02:00
  • 48ab6c613f better support for in call displays (bugfixes) David Halter 2012-10-13 00:15:04 +02:00
  • 15426a3d51 better support for function display in strings David Halter 2012-10-12 21:48:26 +02:00
  • 7bc151be75 comment default override, because the highlighting didn't work there David Halter 2012-10-10 23:37:17 +02:00
  • 391d9c940d wrong dynamic modules setting, with non python files fixed David Halter 2012-10-04 00:38:58 +02:00
  • 1c29cd6d96 use CursorMovedI to check for executions as discussed in #3 David Halter 2012-09-30 22:59:41 +02:00
  • f62067b463 vim string representation fixes #6 David Halter 2012-09-30 22:41:54 +02:00
  • d4e2e082d6 additional dynamic modules used to complete between different vim buffers (in functions) David Halter 2012-09-26 18:21:36 +02:00
  • f64c64d1bc rename cursor doesn't move anymore David Halter 2012-09-23 12:38:51 +02:00
  • 05cac0c585 jedi#complete should always be the default -> see discussion in #1 David Halter 2012-09-22 18:55:45 +02:00
  • 1ea59e1cfd Merge pull request #4 from tek/dev David Halter 2012-09-20 10:51:59 -07:00
  • cb02ed8f2a remove func_def escape sequence from search history tek 2012-09-20 18:33:50 +02:00
  • 3d44b372ef Merge pull request #3 from tek/dev David Halter 2012-09-19 23:22:46 -07:00
  • d5ff3b1522 catch errors in jedi#show_func_def() tek 2012-09-20 00:36:44 +02:00
  • e6b27a43e9 Merge pull request #1 from tek/master David Halter 2012-09-19 05:37:56 -07:00
  • 11331cd347 use os.path.join to assemble module path tek 2012-09-19 12:50:06 +02:00
  • b18aacbd82 missing syntax file tek 2012-09-19 12:20:17 +02:00
  • 16c0bc852b use standard vim plugin conventions tek 2012-09-18 21:41:36 +02:00
  • d59123dc52 readme typo David Halter 2012-09-18 18:53:06 +02:00
  • 2161e5a49f set python sys.path David Halter 2012-09-18 18:11:23 +02:00
  • 879893ef65 added note on how to install jedi David Halter 2012-09-18 17:54:03 +02:00
  • 5890e53969 added AUTHORS.txt David Halter 2012-09-18 17:45:38 +02:00
  • 17abae8fc5 added gitignore David Halter 2012-09-18 17:02:49 +02:00
  • 7412e64ccb added jedi submodule David Halter 2012-09-18 16:59:26 +02:00
  • 476999d715 added vim readme David Halter 2012-09-18 16:28:23 +02:00
  • 94e4af53f5 moved jedi.vim David Halter 2012-09-18 16:12:44 +02:00
  • db77ff86d1 fixed some refactoring errors in the vim plugin David Halter 2012-09-17 23:23:01 +02:00
  • 1ef7e8d02f fixed many get_in_function_call related bugs David Halter 2012-09-16 23:09:21 +02:00
  • 0e1a8c889a add jedi#auto_close_doc option David Halter 2012-09-15 18:11:13 +02:00
  • 09bc262ece position of func_def window stays now the same David Halter 2012-09-15 18:04:52 +02:00
  • 6589628918 functions -> api David Halter 2012-09-15 15:49:42 +02:00
  • 5fc6de2f12 huge functions refactoring David Halter 2012-09-15 15:44:51 +02:00
  • 72e6f3a9de showing function calls works now. jedi is now offically *awesome*! David Halter 2012-09-15 11:33:00 +02:00
  • 9e186621ed showing function params basically works - fine tuning needed David Halter 2012-09-15 04:14:47 +02:00
  • d859fdfa94 showing function params working now on both sides, but not joined David Halter 2012-09-15 03:57:22 +02:00
  • e28881288d jedi-vim preparations for showing function params David Halter 2012-09-14 19:54:34 +02:00
  • a6f8b80562 vim: goto jumps now appear at the top of the screen David Halter 2012-09-14 00:44:16 +02:00
  • 17aa6e48d3 vim: catch if get_definition is returning a keyword David Halter 2012-09-12 12:27:32 +02:00
  • 04dd7c8aee expand a:path when opening a new file with :edit tek 2012-09-12 03:25:39 +02:00
  • e035e1d4cc builtin modules should not be renamed David Halter 2012-09-12 01:27:25 +02:00
  • 4bf4ba3866 discussed in issue #7 David Halter 2012-09-12 01:10:52 +02:00
  • 79cc4f6330 add param for rename function to switch each case as discussed in #7 David Halter 2012-09-11 10:10:09 +02:00
  • fe3d4f7483 tabs are now the default, buffers are not practical for renaming David Halter 2012-09-11 01:29:37 +02:00
  • 25cfd9df9c renaming in multiple files David Halter 2012-09-11 01:27:49 +02:00
  • bcb0f14b9d vim: prevent renames from happening, if they are empty. David Halter 2012-09-11 01:08:09 +02:00
  • 9ffe55ad9b fix for renamings at the line end David Halter 2012-09-10 23:55:42 +02:00