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

updated for version 7.0184

This commit is contained in:
Bram Moolenaar
2006-01-21 22:09:43 +00:00
parent b71eaaeaa8
commit b1b715d1fb
6 changed files with 36 additions and 19 deletions

View File

@@ -121,6 +121,12 @@ do_window(nchar, Prenum, xchar)
#ifdef FEAT_VISUAL
reset_VIsual_and_resel(); /* stop Visual mode */
#endif
#ifdef FEAT_QUICKFIX
/* When splitting the quickfix window open a new buffer in it,
* don't replicate the quickfix buffer. */
if (bt_quickfix(curbuf))
goto newwindow;
#endif
#ifdef FEAT_GUI
need_mouse_correct = TRUE;
#endif
@@ -161,6 +167,9 @@ do_window(nchar, Prenum, xchar)
CHECK_CMDWIN
#ifdef FEAT_VISUAL
reset_VIsual_and_resel(); /* stop Visual mode */
#endif
#ifdef FEAT_QUICKFIX
newwindow:
#endif
if (Prenum)
sprintf((char *)cbuf, "%ld", Prenum); /* window height */