commit | e0de17d84e1612dbc9362989194de5674f221de5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 24 16:24:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 24 16:24:34 2017 +0200 |
tree | 5fb945466e99a3d5ebc418a2e61e333f9c1a5905 | |
parent | 378daf87d380b9f3c4f822786dfbfdcad9ca2db9 [diff] [blame] |
patch 8.0.1143: macros always expand to the same thing Problem: Macros always expand to the same thing. Solution: Remove W_VSEP_WIDTH() and W_STATUS_HEIGHT().
diff --git a/src/ex_getln.c b/src/ex_getln.c index becfa00..9f7dad9 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -3438,7 +3438,7 @@ cmdline_row = Rows - 1; else cmdline_row = W_WINROW(lastwin) + lastwin->w_height - + W_STATUS_HEIGHT(lastwin); + + lastwin->w_status_height; } static void