merge master to dev

This commit is contained in:
David Halter
2013-12-23 20:47:20 +01:00
4 changed files with 23 additions and 13 deletions

View File

@@ -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