100 Commits
Author SHA1 Message Date
David Halter 90f0bff2de merge documentation change of #231 of @tndoan and resolve authors conflict 2013-12-23 20:49:51 +01:00
David Halter d43768c7b5 merge master to dev 2013-12-23 20:47:20 +01:00
Dave Halter 8aa53ee576 Merge pull request #214 from gotgenes/patch-1
Fixes goto_definitions_command documentation.
2013-12-23 03:23:48 -08:00
Dave Halter 57a2cc787b Merge pull request #232 from eyetracker/dev
Implemented: force python 2 or 3 with ability to switch during runtime
2013-12-15 13:48:07 -08:00
Dave Halter 44b8165ba3 Merge pull request #230 from np1/master
Small error in help text
2013-12-11 09:00:17 -08:00
David Halter 485e02d3b5 Merge pull request #225 from justinmk/master
fix #223: nnoremap instead of noremap
2013-12-06 14:47:35 -08:00
David Halter 0d50a1caec Merge pull request #222 from ShengYun/bugfix-enclose-dot-mapping-with-completions_enabled
Disable dot mapping at initialization if completion_enable is 0
2013-12-06 11:47:05 -08:00
David Halter 4e0d196e92 Merge pull request #220 from justinmk/master
fix doc tag reference
2013-12-06 02:41:12 -08:00
David Halter eceba1e675 resolve merge conflict in authors 2013-09-28 19:48:20 +04:30
David Halter 4508fc22f8 switch to the MIT license - fixes #184 2013-09-28 19:47:37 +04:30
David Halter 21ce925ccb Merge pull request #194 from inside/dev
after/ftplugin/python/jedi.vim takes care of setting the omnifunc, it's not needed in ftplugin/python/jedi.vim anymore.
2013-09-24 02:58:31 -07:00
David Halter 882c5f0611 Merge pull request #193 from inside/dev
Fix issue #96
2013-09-18 07:20:18 -07:00
David Halter 0ba4993d5d Merge pull request #191 from littleq0903/goto_split_support
added split support for goto action
2013-09-14 12:19:28 -07:00
David Halter 45dd72b557 Merge pull request #186 from ShengYun/bugfix-set-fileencoding
force jedi.vim's fileencoding to utf-8
2013-09-09 22:43:16 -07:00
David Halter 90d2208554 Merge pull request #183 from fuhrysteve/master
NameError: global name 'PythonToVimStr' is not defined
2013-09-08 21:59:30 -07:00
David Halter 4672275d62 Merge pull request #181 from lodagro/vim74_ValueError
Catch ValueError, close #180.
2013-09-04 06:43:07 -07:00
David Halter 81b752f606 indentation 2013-08-28 22:38:00 +04:30
David Halter d85413feaa add highlight defaults instead of statically defined jedi syntax, if a colorscheme exists - fixes #142 2013-08-28 22:37:22 +04:30
David Halter b618e5b863 signatures disabled tests 2013-08-28 20:36:27 +04:30
David Halter 39eba902c4 test call signatures 2013-08-28 20:33:36 +04:30
David Halter 02a7c89a37 fix problems with error reporting 2013-08-28 20:24:49 +04:30
David Halter c3f9f03065 failing signatures tests 2013-08-28 20:01:04 +04:30
David Halter fe3840770a don't use the call_signatures_func 2013-08-28 20:00:35 +04:30
David Halter 48d0370387 completion tests 2013-08-28 19:44:56 +04:30
David Halter dd426c6369 change some more complete_string details 2013-08-28 19:36:57 +04:30
David Halter 3934359666 also move popup_on_dot_string method 2013-08-28 19:01:30 +04:30
David Halter 8a385ffa54 little corrections 2013-08-28 17:48:47 +04:30
David Halter d2106d73c6 little test for cycling 2013-08-28 17:46:12 +04:30
David Halter 36e84dd112 jedi-vim doesn't work in compatible mode 2013-08-28 17:10:26 +04:30
David Halter 87ac865919 cleanup + all commands should cycle through entries, fixes #136 2013-08-28 15:44:21 +04:30
David Halter 3ce655f428 autocomplete function simplified, #136 2013-08-28 15:42:02 +04:30
David Halter 111cca5106 move supertab info to faq 2013-08-28 11:52:47 +04:30
David Halter 63f159aa76 show a no documentation warning, fixes #164 2013-08-28 09:43:18 +04:30
David Halter 505c067c54 fix problems with relocating plugin (did it the wrong way around 2013-08-28 09:40:23 +04:30
David Halter e534aeee4b move jedi_vim.py to main folder 2013-08-27 21:49:51 +04:30
David Halter 3154c4ab08 variable loaded_jedi doesn't exist anymore (tests) 2013-08-27 21:31:20 +04:30
David Halter 178b064821 better warning when python is not available 2013-08-27 21:30:19 +04:30
David Halter b9154c7353 plugin is now almost empty, fixes #113 2013-08-27 21:29:45 +04:30
David Halter eae610a88d move also the whole python initialization away from plugin.vim 2013-08-27 21:25:05 +04:30
David Halter c1ec986732 move defaults initialization to autoload 2013-08-27 21:18:24 +04:30
David Halter c7b3ad9e2c documentation tests 2013-08-27 20:34:26 +04:30
David Halter c4980738bd cleanup 2013-08-27 20:28:51 +04:30
David Halter ed3748a9b9 pyimport completions tests 2013-08-27 20:10:58 +04:30
David Halter a83489e62a change faq typo, thanks for noticing @ Rahul Agrawal 2013-08-27 11:39:43 +04:30
David Halter ac754b4785 add unused auto-initialization (Python is not a valid filetype) 2013-08-27 11:29:31 +04:30
David Halter d29bd89d58 improve a warning that wasn't working 2013-08-26 20:04:58 +04:30
David Halter fa405c2e3d add a faq section to readme, fixes #168 2013-08-25 21:00:58 +04:30
David Halter 8adc9d1eda updated authors with email addresses and added all the unmentioned contributors 2013-08-25 20:49:30 +04:30
David Halter 3a96300d65 Merge pull request #167 from zekzekus/master
fixed variable typo in deprecation function
2013-08-25 08:57:56 -07:00
David Halter bb4d5a6504 change to the right jedi version 2013-08-24 21:43:56 +04:30
David Halter 32a1593d10 completions_enable documenation 2013-08-24 21:27:06 +04:30
David Halter a9c654fe48 added a way to disable completions, as mentioned in #166 2013-08-24 21:22:04 +04:30
David Halter 6c9b115661 testing completion disabling 2013-08-24 21:21:00 +04:30
David Halter 9d2259a63d make it possible to disable commands 2013-08-24 21:08:03 +04:30
David Halter 11681e2aa7 typo 2013-08-24 20:51:01 +04:30
David Halter 6fa00cd548 Pyimport in now mentioned in documentation. 2013-08-24 20:50:04 +04:30
David Halter 429f402675 fix problem with opening pyimport tabs 2013-08-24 20:42:19 +04:30
David Halter 70d65d6981 try to fix travis problems 2013-08-24 20:36:47 +04:30
David Halter 3d53e26298 remove mistakes in readme 2013-08-24 20:27:43 +04:30
David Halter 89208a798e shorten settings section 2013-08-24 20:22:21 +04:30
David Halter 5d9d48b15b contributing in readme 2013-08-24 20:15:31 +04:30
David Halter 6e360a4f15 mention contributing in docs 2013-08-24 20:13:26 +04:30
David Halter 1e08c815e5 mention testing in docs 2013-08-24 20:11:12 +04:30
David Halter 4e0f5d7ab9 mention testing in README 2013-08-24 20:08:17 +04:30
David Halter 683257be6b mention features in readme 2013-08-24 20:03:40 +04:30
David Halter bdc6a03ac2 link to jedi-vim documentation 2013-08-24 19:55:24 +04:30
David Halter 0fe47ce214 reformat docs that I messed up 2013-08-24 15:55:37 +04:30
David Halter 22149611a3 fix a problem with the quickfix window 2013-08-24 15:45:08 +04:30
David Halter 8672280054 goto definition tests for multiple results (opens quickfix window) 2013-08-24 15:43:21 +04:30
David Halter c7c266ed29 pyimport tests 2013-08-24 14:34:34 +04:30
David Halter 2b52548b37 use safe vim.eval/vim.command if possible (better tracebacks) 2013-08-24 01:59:41 +04:30
David Halter bdf86d53f1 finally working goto with buffers tests 2013-08-24 01:35:47 +04:30
David Halter d9d5a329f0 good exceptions 2013-08-24 01:30:35 +04:30
David Halter b5b31aa0e6 huge refactoring, moved new_buffer completely to python code 2013-08-23 23:38:52 +04:30
David Halter dcf884a6ca move vim version stuff to travis config 2013-08-23 11:29:34 +04:30
David Halter c3bea09d74 rename methods 2013-08-23 11:24:10 +04:30
David Halter 3fb703f0a7 forgot to add utils 2013-08-23 10:29:52 +04:30
David Halter 8fb8d9903c tab tests that are working with goto 2013-08-23 10:14:45 +04:30
David Halter 592d19f29e tests goto tabs 2013-08-23 01:13:14 +04:30
David Halter 2991ec7d55 more completions tests 2013-08-23 00:17:05 +04:30
David Halter 10bad3310d completion tests 2013-08-23 00:02:36 +04:30
David Halter 83540e66a4 goto tests that are working 2013-08-22 23:23:46 +04:30
David Halter eba0689bff have to add the jedi-vim directory automatically 2013-08-22 23:22:30 +04:30
David Halter 90bdf0c106 readme corrections 2013-08-22 22:19:37 +04:30
David Halter 7e116d8295 added travis badge 2013-08-22 22:17:44 +04:30
David Halter 52ff4176ed fix a few problems with conftest 2013-08-22 22:12:14 +04:30
David Halter 53137b85a7 first goto tests 2013-08-22 21:54:57 +04:30
David Halter c6de6c3425 show vim version 2013-08-22 21:34:57 +04:30
David Halter 23d7b99f96 remove gitignore stuff that is not really being needed 2013-08-22 21:07:59 +04:30
David Halter d1d453b891 tests should now be working 2013-08-22 21:06:34 +04:30
David Halter c49b68a25d add .cache to gitignore 2013-08-22 21:05:53 +04:30
David Halter b8ff144ed5 jedi-vim tests basics 2013-08-22 17:48:58 +04:30
David Halter c8c4399d45 Remove a name conflict with show_call_signatures 2013-08-22 17:24:16 +04:30
David Halter 5993b0c599 Warning if Jedi is not installed. 2013-08-22 17:22:27 +04:30
David Halter 0b8448804d show_call_signatures shows now all call signatures if there are multiple, and not just one. 2013-08-22 17:18:25 +04:30
David Halter 59be959a3d show messages when py_import fails 2013-08-22 12:09:53 +04:30
David Halter 1247e258d0 enforce using jedi 0.7 2013-08-22 11:52:47 +04:30
David Halter 100e1ed8cd move py_import function finally to jedi_vim.py 2013-08-22 11:49:08 +04:30
David Halter 63029f5ea2 some function don't need to be in the jedi namespace 2013-08-22 11:31:44 +04:30
David Halter c58fc7c952 moved some Pyimport stuff to autoload and added a new_buffer option 2013-08-22 11:27:38 +04:30