summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-23 22:30:28 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-23 22:30:28 +0000
commit7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch)
tree84346fa33458434296592b3f8c7987e6b94514fb /src/ui.c
parent09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff)
downloadvim-git-7df351eb8aecf8e542c7ebecc4ec734107a8aacb.tar.gz
updated for version 7.0186v7.0186
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index ba5911f8a..0ee61c274 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -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