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