forked from VimPlug/jedi-vim
missing bang in function definition
This commit is contained in:
@@ -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