mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
move/remove W_* macros
move W_ENDCOL to screen.c remove the rest of the W_* macros
This commit is contained in:
@@ -242,12 +242,6 @@ enum {
|
||||
#define EXMODE_NORMAL 1
|
||||
#define EXMODE_VIM 2
|
||||
|
||||
# define W_WINCOL(wp) (wp->w_wincol)
|
||||
# define W_WIDTH(wp) (wp->w_width)
|
||||
# define W_ENDCOL(wp) (wp->w_wincol + wp->w_width)
|
||||
# define W_VSEP_WIDTH(wp) (wp->w_vsep_width)
|
||||
# define W_STATUS_HEIGHT(wp) (wp->w_status_height)
|
||||
# define W_WINROW(wp) (wp->w_winrow)
|
||||
|
||||
#ifdef NO_EXPANDPATH
|
||||
# define gen_expand_wildcards mch_expand_wildcards
|
||||
|
Reference in New Issue
Block a user