comparison 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
comparison
equal deleted inserted replaced
727:89631e4c0753 728:8939e7f598dc
3082 #endif 3082 #endif
3083 3083
3084 #if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX) 3084 #if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
3085 if (g_do_tagpreview) 3085 if (g_do_tagpreview)
3086 { 3086 {
3087 /* don't split again below */ 3087 postponed_split = 0; /* don't split again below */
3088 postponed_split = 0; 3088 curwin_save = curwin; /* Save current window */
3089 /* Save current window */ 3089
3090 curwin_save = curwin;
3091 /* 3090 /*
3092 * If we are reusing a window, we may change dir when 3091 * If we are reusing a window, we may change dir when
3093 * entering it (autocommands) so turn the tag filename 3092 * entering it (autocommands) so turn the tag filename
3094 * into a fullpath 3093 * into a fullpath
3095 */ 3094 */