diff src/tag.c @ 728:8939e7f598dc

updated for version 7.0221
author vimboss
date Sat, 11 Mar 2006 21:22:53 +0000
parents 0f9f4761ad9c
children 6beb2c667935
line wrap: on
line diff
--- a/src/tag.c
+++ b/src/tag.c
@@ -3084,10 +3084,9 @@ jumpto_tag(lbuf, forceit, keep_help)
 #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