From a87af78be3ffffb27dc556937f34f34e2a8491dc Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 17 Oct 2012 23:35:00 +0200 Subject: [PATCH] don't complete on numbers, fixes #14 --- autoload/jedi.vim | 2 +- jedi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/jedi.vim b/autoload/jedi.vim index e8678da..89b92c5 100644 --- a/autoload/jedi.vim +++ b/autoload/jedi.vim @@ -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 diff --git a/jedi b/jedi index b8b04fd..75c4ed3 160000 --- a/jedi +++ b/jedi @@ -1 +1 @@ -Subproject commit b8b04fdb9992095595c419912f0d9afd90bcb065 +Subproject commit 75c4ed30ee3f6856a3abf59d792f68cdb9a2c25c