mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 19:44: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
|
||||
|
||||
for a in highlight_groups
|
||||
for b in ['pythonString', 'pythonComment']
|
||||
for b in ['pythonString', 'pythonComment', 'pythonNumber']
|
||||
if a == b
|
||||
return 0
|
||||
endif
|
||||
|
||||
2
jedi
2
jedi
Submodule jedi updated: b8b04fdb99...75c4ed30ee
Reference in New Issue
Block a user