1
0
forked from VimPlug/jedi

automatically start completion on typing a dot

This commit is contained in:
David Halter
2012-09-01 00:02:23 +02:00
parent 139548d906
commit 60d0cede1f
3 changed files with 34 additions and 2 deletions

View File

@@ -170,3 +170,7 @@ put that in your `.vimrc`:
let g:jedi#use_tabs_not_buffers = 1
Jedi automatically starts the completion, if you type a dot, e.g. `str.`, if
you don't want this:
let g:jedi#popup_on_dot = 0