mirror of
https://github.com/powerline/powerline.git
synced 2025-07-28 08:14:41 +02:00
vim: Fix missing qf buffer highlighting
This commit is contained in:
parent
ceeef4abde
commit
d81d6f163f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"segment_data": {
|
"segment_data": {
|
||||||
"file_name": {
|
"buffer_name": {
|
||||||
"contents": "Location List"
|
"contents": "Location List"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -8,7 +8,8 @@
|
|||||||
"left": [
|
"left": [
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"name": "file_name",
|
"name": "buffer_name",
|
||||||
|
"highlight_group": ["file_name"],
|
||||||
"draw_soft_divider": false
|
"draw_soft_divider": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user