summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-11 21:22:53 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-11 21:22:53 +0000
commit0b598c2fda76d50ab12d397074d2d6bddfb901d4 (patch)
treed44afcdda0db0ecb32c5d2952cc12e18911073ad /src/tag.c
parentd9967713785d0d80dd7f762afdbfa305ada89194 (diff)
updated for version 7.0221
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tag.c b/src/tag.c
index 556f8c50bc..98a2c9b8d4 100644
--- 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