Commit Graph
100 Commits
Author SHA1 Message Date
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
David Halter 748a47e6e9 Pyimport command should respect tab setting 2013-08-22 10:47:13 +04:30
David Halter a74c3bd29a fix a few remaining name problems, that have been forgotten 2013-08-20 16:19:42 +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 99b53f200f update jedi-vim doc with new functions 2013-08-20 16:16:29 +04:30
David Halter 9f683c4cbf update README with new functions 2013-08-20 16:16:15 +04:30
David Halter 6ee05f976d use call_signature_escape instead of the old function_definition_escape, to be compatible with jedi 2013-08-20 15:13:55 +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 e01eadb9ed automatically initialize filetype plugin on 2013-08-19 15:27:40 +04:30
David Halter 7c1aa736ff jedi version upgrade: 0.7.0 2013-08-18 20:49:14 +04:30
David Halter e93976ad44 fix position of call defs cursor 2013-08-18 20:47:04 +04:30
David Halter 6028e0d379 builtin modules cannot be displayed, but show the path where they are located 2013-08-07 10:59:23 +04:30
David Halter cf6551f17e Merge remote-tracking branch 'origin/master' into dev 2013-08-07 10:37:31 +04:30
David Halter 33b58d894c removed an old description 2013-08-05 16:40:48 +04:30
David Halter be4039995a changed contributing 2013-08-05 16:40:30 +04:30
David Halter 64aeebb12b Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev 2013-08-05 16:33:17 +04:30
David Halter 5e5d308348 remove a deprecated line 2013-08-05 16:32:37 +04:30
David Halter 380ab946e5 Merge pull request #149 from gpoulin/lookuperror
Modify IndexError to LookupError in tabnew
2013-07-04 09:29:22 -07:00
David Halter 26492d1d32 Merge pull request #147 from rogererens/patch-1
Update jedi-vim.txt
2013-06-25 01:32:52 -07:00
David Halter 622331afa4 Merge pull request #138 from heavenshell/fix_deprecation_warning
Fix not to use deprecated method
2013-05-31 12:07:00 -07:00
David Halter 2cc0adcc65 Merge pull request #135 from mlmoses/fix-python3-errors
Fix errors when vim is compiled with +python3.
2013-05-19 01:06:18 -07:00
David Halter b9fef7b969 renamed Pyedit to Pyimport, refs #117 2013-05-19 00:25:00 +04:30
David Halter dd70fa0891 Merge branch 'dev' into newtab 2013-05-19 00:13:42 +04:30
David Halter ccc901f360 use is_keyword instead of hack 2013-05-19 00:11:27 +04:30
David Halter f88c11e353 Merge branch 'bugfix-newtab-syntax' of git://github.com/artnez/jedi-vim into newtab 2013-05-18 22:44:49 +04:30
David Halter e8e1cc7d47 improve indentation of #117 2013-05-18 21:53:44 +04:30
David Halter 34bf4479d8 Merge branch 'master' of git://github.com/coot/jedi-vim into pyedit 2013-05-18 21:36:50 +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
David Halter 3ae35c1ea1 add doc/tags to gitignore 2013-05-18 13:46:23 +04:30
David Halter fcc8cf5185 new jedi version also in sub repository 2013-05-18 13:14:11 +04:30
David Halter ab5065753e update jedi notification 2013-05-14 22:20:39 +04:30
David Halter daa7f1c60c Merge remote-tracking branch 'origin/master' into dev 2013-05-14 22:12:54 +04:30
David Halter 42b240c366 Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev 2013-05-14 22:12:17 +04:30
David Halter 8c482c72db Merge pull request #108 from runiq/vimdoc
Add vimdoc help file
2013-03-01 22:26:59 -08:00
David Halter c1026023f2 Merge pull request #107 from runiq/silent-dot-mappings
Silence dot completion mappings
2013-03-01 07:35:44 -08:00
David Halter a763f12b4e default encoding for VIM compiled with -multibyte, fixes #100 2013-02-24 08:57:36 +04:30
David Halter d0b0413e7b Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev 2013-02-24 08:50:02 +04:30
David Halter 7d1d5bd492 Merge pull request #101 from ricobl/tabnew-drop
Improved opening file in existing or new tab.
2013-02-23 11:37:55 -08:00
David Halter 6a4d7c40ca Merge pull request #89 from ethinx/issue80
Fix #80 "Not an editor command: Python << PYTHONEOF"
2013-02-05 02:18:20 -08:00
David Halter c2cbe4133e Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev 2013-01-25 14:28:59 +01:00
David Halter 1d14abfff8 updated AUTHORS.txt, added @mattn, @ming13, @hattya, @flupke, @lilix, @strycore, @ganwell, @todesschaf, @Tinche 2013-01-25 14:28:48 +01:00
David Halter fdcc192def Merge pull request #83 from andviro/master
fix for #81
2013-01-25 01:37:24 -08:00
David Halter bf7a5b82bb Merge remote-tracking branch 'origin/master' into dev 2013-01-22 06:56:40 +01:00
David Halter f2354d3700 Merge pull request #79 from ganwell/master
Selecting the first completion menu line
2013-01-21 21:56:00 -08:00
David Halter 2b0e66b565 set the cursor to the right position, messed that up in the previous commit, #65 2013-01-14 16:15:06 +01:00
David Halter 69e4cead81 turn syntax highlighting on again if it's turned off by renaming (possible vim bug). 2013-01-14 15:37:59 +01:00
David Halter ef1011d8c6 Merge pull request #71 from ming13/readme-syntax-highlighting
Use VimL syntax highlighting in the readme file
2013-01-11 06:28:25 -08: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 3c55a4bed6 Python alias works now 2013-01-07 00:28:37 +01:00