comparison src/edit.c @ 1085:f299f0bf32d7 v7.0.211

updated for version 7.0-211
author vimboss
date Thu, 08 Mar 2007 12:10:13 +0000
parents a112fdce9ebd
children b5ee70fc4b0c
comparison
equal deleted inserted replaced
1084:bf63a31b7701 1085:f299f0bf32d7
8248 if (revins_on) /* put cursor on last inserted char */ 8248 if (revins_on) /* put cursor on last inserted char */
8249 dec_cursor(); 8249 dec_cursor();
8250 #endif 8250 #endif
8251 mincol = 0; 8251 mincol = 0;
8252 /* keep indent */ 8252 /* keep indent */
8253 if (mode == BACKSPACE_LINE && curbuf->b_p_ai 8253 if (mode == BACKSPACE_LINE
8254 && (curbuf->b_p_ai
8255 #ifdef FEAT_CINDENT
8256 || cindent_on()
8257 #endif
8258 )
8254 #ifdef FEAT_RIGHTLEFT 8259 #ifdef FEAT_RIGHTLEFT
8255 && !revins_on 8260 && !revins_on
8256 #endif 8261 #endif
8257 ) 8262 )
8258 { 8263 {