mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
Merge pull request #14020 from chentau/float_resize
Update lines after shrinking floating window
This commit is contained in:
@@ -710,7 +710,7 @@ int win_fdccol_count(win_T *wp)
|
||||
}
|
||||
|
||||
|
||||
static void ui_ext_win_position(win_T *wp)
|
||||
void ui_ext_win_position(win_T *wp)
|
||||
{
|
||||
if (!wp->w_floating) {
|
||||
ui_call_win_pos(wp->w_grid.handle, wp->handle, wp->w_winrow,
|
||||
|
Reference in New Issue
Block a user