commit | 23324a0b35d18c5caac20b1d543ed2d1f762f5b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 17:39:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 17:39:04 2019 +0200 |
tree | de83b6adcee723a600ee23c0a28bcc28d2babd53 | |
parent | 8617348e2110c2c8387ea448a6258f1effa8d249 [diff] [blame] |
patch 8.1.2108: cannot close the cmdline window from CmdWinEnter Problem: Cannot close the cmdline window from CmdWinEnter. (George Brown) Solution: Reset cmdwin_result earlier. (Christian Brabandt, closes #4980)
diff --git a/src/version.c b/src/version.c index e2f0c92..469b759 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2108, +/**/ 2107, /**/ 2106,