0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0182

This commit is contained in:
Bram Moolenaar
2006-01-19 22:09:32 +00:00
parent c32840f267
commit 05a7bb363b
10 changed files with 172 additions and 76 deletions

View File

@@ -2717,13 +2717,13 @@ win_alloc_first()
win_goto(wp)
win_T *wp;
{
#ifdef FEAT_CMDWIN
if (cmdwin_type != 0)
if (editing_cmdline())
{
beep_flush();
editing_cmdline_msg();
return;
}
#endif
#ifdef FEAT_VISUAL
if (wp->w_buffer != curbuf)
reset_VIsual_and_resel();