]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0356: :echowindow sets the in_echowindow flag too early v9.0.0356
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Fri, 2 Sep 2022 11:16:21 +0000 (12:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 11:16:21 +0000 (12:16 +0100)
commita02a8a4d849906ae100f46f23642b5f7d1bd314e
treed5f20000e11bed560f6ff1135860edba4355305f
parent6c667bdc9489963102bd6c46b1b73e4d43c034ce
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)
src/eval.c
src/testdir/dumps/Test_echowin_eval.dump [new file with mode: 0644]
src/testdir/test_messages.vim
src/version.c