Hi,
Patch 343 introduced this bug and here is the patch.
--
Best regards,
lilydjwg
Linux Vim Python 我的博客
http://lilydjwg.is-programmer.com/
--
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
diff --git a/src/os_unix.c b/src/os_unix.c
index cdf5abe..845fd27 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -3557,9 +3557,9 @@ check_mouse_termcode()
mch_setmouse(FALSE);
setmouse();
}
+ else
+ del_mouse_termcode(KS_URXVT_MOUSE);
}
- else
- del_mouse_termcode(KS_URXVT_MOUSE);
# endif
}
#endif