mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 03:54:52 +08:00
don't complete on numbers, fixes #14
This commit is contained in:
@@ -152,7 +152,7 @@ function! jedi#do_popup_on_dot()
|
|||||||
endfor
|
endfor
|
||||||
|
|
||||||
for a in highlight_groups
|
for a in highlight_groups
|
||||||
for b in ['pythonString', 'pythonComment']
|
for b in ['pythonString', 'pythonComment', 'pythonNumber']
|
||||||
if a == b
|
if a == b
|
||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
|
|||||||
2
jedi
2
jedi
Submodule jedi updated: b8b04fdb99...75c4ed30ee
Reference in New Issue
Block a user