mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +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
|
||||
|
||||
if segment_type == 'function':
|
||||
highlight_group = [module + '.' + function_name, function_name]
|
||||
highlight_group = [function_name]
|
||||
else:
|
||||
highlight_group = segment.get('highlight_group') or name
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user