This commit is contained in:
Alexey Nabrodov 2015-10-01 14:15:32 +03:00
parent be332fe723
commit ce9aafdc1b

View File

@ -409,10 +409,6 @@ def data(readonly=False):
"Whether to shrink the completion to be smaller than the " "Whether to shrink the completion to be smaller than the "
"configured size if there are no scrollbars."), "configured size if there are no scrollbars."),
('match-type',
SettingValue(typ.MatchType(), 'contain'),
"Completion matching type"),
readonly=readonly readonly=readonly
)), )),