mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
fix(pum): fix missing scrollbar with 'rightleft' (#23448)
This commit is contained in:
@@ -452,6 +452,9 @@ void pum_redraw(void)
|
||||
}
|
||||
if (pum_scrollbar > 0) {
|
||||
grid_width++;
|
||||
if (pum_rl) {
|
||||
col_off++;
|
||||
}
|
||||
}
|
||||
|
||||
grid_assign_handle(&pum_grid);
|
||||
|
Reference in New Issue
Block a user