mirror of
https://github.com/powerline/powerline.git
synced 2025-07-21 21:05:11 +02:00
Remove obsolete highlight_group keys from configuration
They are no no-op for function segments, so don’t confuse users
This commit is contained in:
parent
16a5b7897a
commit
f495c49aa1
@ -35,8 +35,7 @@
|
|||||||
"right": [
|
"right": [
|
||||||
{
|
{
|
||||||
"module": "powerline.segments.shell",
|
"module": "powerline.segments.shell",
|
||||||
"name": "last_pipe_status",
|
"name": "last_pipe_status"
|
||||||
"highlight_group": "exit_fail"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "branch"
|
"name": "branch"
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "last_status",
|
"name": "last_status",
|
||||||
"highlight_group": ["exit_fail"],
|
|
||||||
"module": "powerline.segments.shell"
|
"module": "powerline.segments.shell"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -100,7 +100,6 @@
|
|||||||
"priority": 30,
|
"priority": 30,
|
||||||
"before": ":",
|
"before": ":",
|
||||||
"width": 3,
|
"width": 3,
|
||||||
"highlight_group": ["col_current"],
|
|
||||||
"align": "l"
|
"align": "l"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user