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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user