]> granicus.if.org Git - vim/commit
patch 8.1.1300: in a terminal 'ballooneval' does not work right away v8.1.1300
authorBram Moolenaar <Bram@vim.org>
Wed, 8 May 2019 19:59:25 +0000 (21:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 May 2019 19:59:25 +0000 (21:59 +0200)
commit2f10658b06bbdd8f25c4ff152266c808234cee0a
tree8227dc063a5f4f258563f74adf09326a7d57dae0
parenta5c6a0b6c71ae11078cbf6f5e18ce49a0468a117
patch 8.1.1300: in a terminal 'ballooneval' does not work right away

Problem:    In a terminal 'ballooneval' does not work right away.
Solution:   Flush output after drawing the balloon.  Add the <Ignore> key
            code.  Add a test.
src/ex_cmds2.c
src/misc2.c
src/testdir/Make_all.mak
src/testdir/dumps/Test_balloon_eval_term_01.dump [new file with mode: 0644]
src/testdir/test_balloon.vim [new file with mode: 0644]
src/version.c