mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
move/remove W_* macros
move W_ENDCOL to screen.c remove the rest of the W_* macros
This commit is contained in:
@@ -2045,7 +2045,7 @@ void ex_copen(exarg_T *eap)
|
||||
win_goto(win);
|
||||
if (eap->addr_count != 0) {
|
||||
if (cmdmod.split & WSP_VERT) {
|
||||
if (height != W_WIDTH(win)) {
|
||||
if (height != win->w_width) {
|
||||
win_setwidth(height);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user