diff --git a/AUTHORS.txt b/AUTHORS.txt index 0c86398..d40f64e 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -18,3 +18,4 @@ Mathieu Comandon (@strycore) Jean-Louis Fuchs (@ganwell) Nick Hurley (@todesschaf) Tinche (@Tinche) +Zekeriya Koc (@zekzekus) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index 8704736..5c1e2ac 100644 --- a/plugin/jedi.vim +++ b/plugin/jedi.vim @@ -33,7 +33,7 @@ let s:deprecations = { for [key, val] in items(s:deprecations) if exists('g:jedi#'.key) - echom "'g:jedi#".key."' is deprecated. Please use 'g:jedi#".value."' instead. Sorry for the inconvenience." + echom "'g:jedi#".key."' is deprecated. Please use 'g:jedi#".val."' instead. Sorry for the inconvenience." exe 'let g:jedi#'.val.' = g:jedi#'.key end endfor