Commit b9fd522
authored
neovim 0.11 introduced winborder: neovim/neovim#31074 (#649)
This means that the user may override the global window border for all
windows for which the border wasn't explicitly set.
For the scrollbar and the scrollbar thumb, we don't want any border.
In the past we achieved that by now specifying a border, but with
winborder, the user may set the border and then the scrollbar looks
broken. So now we explicitly say that we want no border on these two
windows, fixing the issue.1 parent 857c5ac commit b9fd522
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
0 commit comments