commit | a02a8a4d849906ae100f46f23642b5f7d1bd314e | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Fri Sep 02 12:16:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 12:16:21 2022 +0100 |
tree | d5f20000e11bed560f6ff1135860edba4355305f | |
parent | 6c667bdc9489963102bd6c46b1b73e4d43c034ce [diff] [blame] |
patch 9.0.0356: :echowindow sets the in_echowindow flag too early Problem: :echowindow sets the in_echowindow flag too early. Solution: Set in_echowindow only when outputting the text. (Yasuhiro Matsumoto, closes #11033)
diff --git a/src/version.c b/src/version.c index 356ac77..f017ba1 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 356, +/**/ 355, /**/ 354,