don't complete on numbers, fixes #14

This commit is contained in:
David Halter
2012-10-17 23:35:00 +02:00
parent c2cb6b641b
commit a87af78be3
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ function! jedi#do_popup_on_dot()
endfor
for a in highlight_groups
for b in ['pythonString', 'pythonComment']
for b in ['pythonString', 'pythonComment', 'pythonNumber']
if a == b
return 0
endif

2
jedi

Submodule jedi updated: b8b04fdb99...75c4ed30ee