mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
popupmenu: fix alignment of kind and extra after #9530
This commit is contained in:
@@ -517,7 +517,7 @@ void pum_redraw(void)
|
||||
} else {
|
||||
grid_fill(&pum_grid, row, row + 1, col,
|
||||
col_off + pum_base_width + n, ' ', ' ', attr);
|
||||
col = pum_base_width + n;
|
||||
col = col_off + pum_base_width + n;
|
||||
}
|
||||
totwidth = pum_base_width + n;
|
||||
}
|
||||
|
Reference in New Issue
Block a user