1
0
forked from aniani/vim

updated for version 7.0063

This commit is contained in:
Bram Moolenaar
2005-03-22 23:03:44 +00:00
parent fc73515f7b
commit 6bb683663a
26 changed files with 55633 additions and 55454 deletions

View File

@@ -4273,7 +4273,7 @@ WaitForChar(msec)
/* May need to query the mouse position. */
if (WantQueryMouse)
{
WantQueryMouse = 0;
WantQueryMouse = FALSE;
mch_write((char_u *)IF_EB("\033[1'|", ESC_STR "[1'|"), 5);
}
#endif