summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-24 16:24:34 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-24 16:24:34 +0200
commite0de17d84e1612dbc9362989194de5674f221de5 (patch)
tree5fb945466e99a3d5ebc418a2e61e333f9c1a5905 /src/structs.h
parent378daf87d380b9f3c4f822786dfbfdcad9ca2db9 (diff)
downloadvim-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/structs.h')
-rw-r--r--src/structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h
index 946857be5..7b0f70cd3 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2702,8 +2702,8 @@ struct window_S
int w_status_height; /* number of status lines (0 or 1) */
int w_wincol; /* Leftmost column of window in screen. */
int w_width; /* Width of window, excluding separation. */
- int w_vsep_width; /* Number of separator columns (0 or 1).
- use W_VSEP_WIDTH() */
+ int w_vsep_width; /* Number of separator columns (0 or 1). */
+
/*
* === start of cached values ====
*/