Add omnifunc/completeopt to jedi#debug_info

This commit is contained in:
Daniel Hahler
2017-01-31 09:25:18 +01:00
committed by Dave Halter
parent 52772e171f
commit 63ecc1dbd7

View File

@@ -202,6 +202,8 @@ function! jedi#debug_info() abort
endif endif
" vint: +ProhibitUsingUndeclaredVariable " vint: +ProhibitUsingUndeclaredVariable
endfor endfor
echo "\n"
verb set omnifunc? completeopt?
echo '```' echo '```'
endfunction endfunction