Remove `{module}.{function}` default highlighting group

It is both not documented and not supported by linter in any case.
This commit is contained in:
ZyX 2014-09-05 19:23:07 +04:00
parent f916fe819f
commit 42bd619866
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ def gen_segment_getter(pl, ext, common_config, theme_configs, default_module, ge
pass
if segment_type == 'function':
highlight_group = [module + '.' + function_name, function_name]
highlight_group = [function_name]
else:
highlight_group = segment.get('highlight_group') or name