File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ window.update = function(self)
145
145
row = info .row ,
146
146
col = info .col + info .width - info .scrollbar_offset , -- info.col was already contained the scrollbar offset.
147
147
zindex = (self .style .zindex and (self .style .zindex + 1 ) or 1 ),
148
- border = " none" ,
148
+ border = ' none' ,
149
149
}
150
150
if self .sbar_win and vim .api .nvim_win_is_valid (self .sbar_win ) then
151
151
vim .api .nvim_win_set_config (self .sbar_win , style )
@@ -177,7 +177,7 @@ window.update = function(self)
177
177
row = info .row + thumb_offset + (info .border_info .visible and info .border_info .top or 0 ),
178
178
col = info .col + info .width - 1 , -- info.col was already added scrollbar offset.
179
179
zindex = (self .style .zindex and (self .style .zindex + 2 ) or 2 ),
180
- border = " none" ,
180
+ border = ' none' ,
181
181
}
182
182
if self .thumb_win and vim .api .nvim_win_is_valid (self .thumb_win ) then
183
183
vim .api .nvim_win_set_config (self .thumb_win , style )
You can’t perform that action at this time.
0 commit comments