diff --git a/.vimrc b/.vimrc index 4191983..e1a6e32 100644 --- a/.vimrc +++ b/.vimrc @@ -355,7 +355,7 @@ let g:SuperTabDefaultCompletionType = "" " cd ~/.vim/bundle " git clone git://github.com/davidhalter/jedi-vim.git " let g:jedi#usages_command = "z" -" let g:jedi#popup_on_dot = 0 +let g:jedi#popup_on_dot = 0 " let g:jedi#popup_select_first = 0 " let g:jedi#force_py_version = 3 " let g:jedi#completions_command = '.'