forked from VimPlug/jedi-vim
merge master to dev
This commit is contained in:
@@ -217,7 +217,6 @@ endfunction
|
||||
" ------------------------------------------------------------------------
|
||||
" deprecations
|
||||
" ------------------------------------------------------------------------
|
||||
|
||||
let s:deprecations = {
|
||||
\ 'get_definition_command': 'goto_definitions_command',
|
||||
\ 'goto_command': 'goto_assignments_command',
|
||||
@@ -261,7 +260,6 @@ function! s:init()
|
||||
end
|
||||
endfor
|
||||
|
||||
|
||||
for [key, val] in items(s:settings)
|
||||
if !exists('g:jedi#'.key)
|
||||
exe 'let g:jedi#'.key.' = '.val
|
||||
|
||||
Reference in New Issue
Block a user