mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.1135: W_WINCOL() is always the same
Problem: W_WINCOL() is always the same. Solution: Expand the macro.
This commit is contained in:
@@ -2724,7 +2724,7 @@ winframe_remove(
|
||||
if (frp2 == frp_close->fr_next)
|
||||
{
|
||||
int row = win->w_winrow;
|
||||
int col = W_WINCOL(win);
|
||||
int col = win->w_wincol;
|
||||
|
||||
frame_comp_pos(frp2, &row, &col);
|
||||
}
|
||||
|
Reference in New Issue
Block a user