diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
commit | 7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch) | |
tree | 84346fa33458434296592b3f8c7987e6b94514fb /src/ui.c | |
parent | 09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff) | |
download | vim-git-7df351eb8aecf8e542c7ebecc4ec734107a8aacb.tar.gz |
updated for version 7.0186v7.0186
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |