diff src/normal.c @ 16598:fd0d29d63b85 v8.1.1302

patch 8.1.1302: v:beval_text is not tested in Visual mode commit https://github.com/vim/vim/commit/06bd824869b1cb7a85e64ec94135a35698be5b7f Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 8 22:55:16 2019 +0200 patch 8.1.1302: v:beval_text is not tested in Visual mode Problem: v:beval_text is not tested in Visual mode. Solution: Add a screenshot of the balloon in Visual mode.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 May 2019 23:00:05 +0200
parents 7ae2396cef62
children 7e733046db1d
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -2326,10 +2326,10 @@ do_mouse(
 
     if (c == K_MOUSEMOVE)
     {
-	/* Mouse moved without a button pressed. */
+	// Mouse moved without a button pressed.
 #ifdef FEAT_BEVAL_TERM
 	ui_may_remove_balloon();
-	if (p_bevalterm && !VIsual_active)
+	if (p_bevalterm)
 	{
 	    profile_setlimit(p_bdlay, &bevalexpr_due);
 	    bevalexpr_due_set = TRUE;