comparison src/tag.c @ 682:f1b013312711

updated for version 7.0205
author vimboss
date Thu, 23 Feb 2006 21:26:58 +0000
parents 8157079cea85
children d7e33248b9c8
comparison
equal deleted inserted replaced
681:9364d114ed8d 682:f1b013312711
3074 */ 3074 */
3075 prepare_tagpreview(); 3075 prepare_tagpreview();
3076 } 3076 }
3077 } 3077 }
3078 3078
3079 /* if it was a CTRL-W CTRL-] command split window now */ 3079 /* If it was a CTRL-W CTRL-] command split window now. For ":tab tag"
3080 if (postponed_split) 3080 * open a new tab page. */
3081 if (postponed_split || cmdmod.tab != 0)
3081 { 3082 {
3082 win_split(postponed_split > 0 ? postponed_split : 0, 3083 win_split(postponed_split > 0 ? postponed_split : 0,
3083 postponed_split_flags); 3084 postponed_split_flags);
3084 # ifdef FEAT_SCROLLBIND 3085 # ifdef FEAT_SCROLLBIND
3085 curwin->w_p_scb = FALSE; 3086 curwin->w_p_scb = FALSE;