Patch 8.1.1654 Problem: GUI: screen updates from 'balloonexpr' are not displayed. Solution: Update the screen if needed. Also avoid the cursor being displayed in the wrong position. Files: src/beval.c
*** ../vim-8.1.1653/src/beval.c 2019-07-08 20:08:40.960144818 +0200 --- src/beval.c 2019-07-08 22:21:24.787639983 +0200 *************** *** 294,304 **** set_vim_var_string(VV_BEVAL_TEXT, NULL, -1); if (result != NULL && result[0] != NUL) - { post_balloon(beval, result, NULL); ! recursive = FALSE; ! return; ! } } } #endif --- 294,310 ---- set_vim_var_string(VV_BEVAL_TEXT, NULL, -1); if (result != NULL && result[0] != NUL) post_balloon(beval, result, NULL); ! ! # ifdef FEAT_GUI ! // The 'balloonexpr' evaluation may show something on the screen ! // that requires a screen update. ! if (gui.in_use && must_redraw) ! redraw_after_callback(FALSE); ! # endif ! ! recursive = FALSE; ! return; } } #endif *** ../vim-8.1.1653/src/version.c 2019-07-08 22:03:59.299180539 +0200 --- src/version.c 2019-07-08 22:14:25.121312091 +0200 *************** *** 779,780 **** --- 779,782 ---- { /* Add new patch number below this line */ + /**/ + 1654, /**/ -- I'm sure that I asked CBuilder to do a "full" install. Looks like I got a "fool" install, instead. Charles E Campbell, Jr, PhD /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/201907082023.x68KNohd023709%40masaka.moolenaar.net. For more options, visit https://groups.google.com/d/optout.