mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
fix(pum): fix missing scrollbar with 'rightleft'
(cherry picked from commit 3d1a9eeb1b)
This commit is contained in:
committed by
github-actions[bot]
parent
4d1d9472fe
commit
5fbe8409b5
@@ -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