mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-08-12 19:11:35 +08:00
Merge pull request #18 from tek/dev
missing bang in function definition
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ function! jedi#complete(findstart, base)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
function jedi#show_func_def()
|
function! jedi#show_func_def()
|
||||||
python jedi_vim.show_func_def()
|
python jedi_vim.show_func_def()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user