commit | b6959a8e06cef6d2126b030b2f8acd49457a3582 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 21:41:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 21:41:44 2018 +0200 |
tree | 926ea04a18d8c1980b5f26f9393a7e91cf883b2b | |
parent | 174136713181a1d1460951d7a0392b16603f81bb [diff] [blame] |
patch 8.1.0184: not easy to figure out the window layout Problem: Not easy to figure out the window layout. Solution: Add "wincol" and "winrow" to what getwininfo() returns.
diff --git a/src/version.c b/src/version.c index 0cda7a5..a1535f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 184, +/**/ 183, /**/ 182,