diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-24 16:24:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-24 16:24:34 +0200 |
commit | e0de17d84e1612dbc9362989194de5674f221de5 (patch) | |
tree | 5fb945466e99a3d5ebc418a2e61e333f9c1a5905 /src/vim.h | |
parent | 378daf87d380b9f3c4f822786dfbfdcad9ca2db9 (diff) | |
download | vim-git-e0de17d84e1612dbc9362989194de5674f221de5.tar.gz |
patch 8.0.1143: macros always expand to the same thingv8.0.1143
Problem: Macros always expand to the same thing.
Solution: Remove W_VSEP_WIDTH() and W_STATUS_HEIGHT().
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -860,8 +860,6 @@ extern int (*dyn_libintl_putenv)(const char *envstring); #define FINDFILE_BOTH 2 /* files and directories */ #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) #ifdef FEAT_MENU # define W_WINROW(wp) (wp->w_winrow + wp->w_winbar_height) #else |