commit | a21a6a9ade7bec3a07992d4d900d4ce82eeb8a29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 16:33:50 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 16:33:50 2017 +0200 |
tree | fc3e9d9ee37b8f842a038035a7f251c0e3435942 | |
parent | eb163d73b11c10b461a2839530173a33d7915a33 [diff] [blame] |
patch 8.0.1139: using window toolbar changes state Problem: Using window toolbar changes state. Solution: Always execute window toolbar actions in Normal mode.
diff --git a/src/version.c b/src/version.c index a2f71a3..3d5716e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1139, +/**/ 1138, /**/ 1137,