updated for version 7.0221
diff --git a/src/proto/ex_docmd.pro b/src/proto/ex_docmd.pro
index 94e1393..ec6e573 100644
--- a/src/proto/ex_docmd.pro
+++ b/src/proto/ex_docmd.pro
@@ -25,6 +25,7 @@
void not_exiting __ARGS((void));
void tabpage_close __ARGS((int forceit));
void tabpage_close_other __ARGS((tabpage_T *tp, int forceit));
+void ex_all __ARGS((exarg_T *eap));
void handle_drop __ARGS((int filec, char_u **filev, int split));
void alist_clear __ARGS((alist_T *al));
void alist_init __ARGS((alist_T *al));
diff --git a/src/tag.c b/src/tag.c
index 556f8c5..98a2c9b 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -3084,10 +3084,9 @@
#if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
if (g_do_tagpreview)
{
- /* don't split again below */
- postponed_split = 0;
- /* Save current window */
- curwin_save = curwin;
+ postponed_split = 0; /* don't split again below */
+ curwin_save = curwin; /* Save current window */
+
/*
* If we are reusing a window, we may change dir when
* entering it (autocommands) so turn the tag filename