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:
ZyX 2013-02-27 01:18:16 +04:00
parent 16a5b7897a
commit f495c49aa1
3 changed files with 1 additions and 4 deletions

View File

@ -35,8 +35,7 @@
"right": [
{
"module": "powerline.segments.shell",
"name": "last_pipe_status",
"highlight_group": "exit_fail"
"name": "last_pipe_status"
},
{
"name": "branch"

View File

@ -36,7 +36,6 @@
},
{
"name": "last_status",
"highlight_group": ["exit_fail"],
"module": "powerline.segments.shell"
}
]

View File

@ -100,7 +100,6 @@
"priority": 30,
"before": ":",
"width": 3,
"highlight_group": ["col_current"],
"align": "l"
}
]