0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0186

This commit is contained in:
Bram Moolenaar
2006-01-23 22:30:28 +00:00
parent 09df3127f4
commit 7df351eb8a
10 changed files with 38 additions and 20 deletions

View File

@@ -2757,7 +2757,7 @@ retnomove:
/* if 'selectmode' contains "mouse", start Select mode */
may_start_select('o');
setmouse();
if (p_smd)
if (p_smd && msg_silent == 0)
redraw_cmdline = TRUE; /* show visual mode later */
}
#endif