commit | 0f6b4f06dece71487a6d8546c50de775d9c8c287 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 16:56:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 16:56:34 2018 +0200 |
tree | 4801fcd4f84a5de0bcf7ba0d0dff832a8a192746 | |
parent | da6e8919e75fa8f961d1b805e877c8a92e76dafb [diff] [blame] |
patch 8.1.0307: there is no good way to get the window layout Problem: There is no good way to get the window layout. Solution: Add the winlayout() function. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 5f03975..bad2b33 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 307, +/**/ 306, /**/ 305,