mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
Remove W_NEXT use ->w_next
This commit is contained in:
@@ -518,7 +518,6 @@ EXTERN int updating_screen INIT(= FALSE);
|
||||
EXTERN win_T *firstwin; /* first window */
|
||||
EXTERN win_T *lastwin; /* last window */
|
||||
EXTERN win_T *prevwin INIT(= NULL); /* previous window */
|
||||
# define W_NEXT(wp) ((wp)->w_next)
|
||||
/*
|
||||
* When using this macro "break" only breaks out of the inner loop. Use "goto"
|
||||
* to break out of the tabpage loop.
|
||||
|
Reference in New Issue
Block a user