mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 07:16:31 +02:00
Remove {module}.{function}
default highlighting group
It is both not documented and not supported by linter in any case.
This commit is contained in:
parent
f916fe819f
commit
42bd619866
@ -311,7 +311,7 @@ def gen_segment_getter(pl, ext, common_config, theme_configs, default_module, ge
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if segment_type == 'function':
|
if segment_type == 'function':
|
||||||
highlight_group = [module + '.' + function_name, function_name]
|
highlight_group = [function_name]
|
||||||
else:
|
else:
|
||||||
highlight_group = segment.get('highlight_group') or name
|
highlight_group = segment.get('highlight_group') or name
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user