commit | 1b9645de3c05f37b5c30e78f999351b0cf486ade | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 17 23:03:31 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 17 23:03:31 2017 +0200 |
tree | 4041a73d7fd4ab444372919e99962587a689388a | |
parent | dde403c2d8f3dabe6fefa7b526958b49a8f2e6e9 [diff] [blame] |
patch 8.0.1123: cannot define a toolbar for a window Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar.
diff --git a/src/version.c b/src/version.c index a241166..03431c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1123, +/**/ 1122, /**/ 1121,