commit | 590aae35575cbd74d80c41d87fc647f2812aad70 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jun 25 22:34:22 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 25 22:34:22 2023 +0100 |
tree | 8efb27054cdf67fcffb5bd5943fa8df0c6ea44a1 | |
parent | 8154e642aa476e1a5d3de66c34e8289845b2b797 [diff] [blame] |
patch 9.0.1665: empty CmdlineEnter autocommand causes errors in Ex mode Problem: Empty CmdlineEnter autocommand causes errors in Ex mode. Solution: Save and restore ex_pressedreturn. (Christian Brabandt, closes # 12581, closes #12578)
diff --git a/src/version.c b/src/version.c index 894b47d..9c451ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1665, +/**/ 1664, /**/ 1663,