comparison src/edit.c @ 1032:e6aed39f1264 v7.0.158

updated for version 7.0-158
author vimboss
date Wed, 01 Nov 2006 20:25:45 +0000
parents 61e5d40135d0
children d763e7d7e938
comparison
equal deleted inserted replaced
1031:1780e6046802 1032:e6aed39f1264
9202 0, old_indent); 9202 0, old_indent);
9203 old_indent = 0; 9203 old_indent = 0;
9204 #ifdef FEAT_CINDENT 9204 #ifdef FEAT_CINDENT
9205 can_cindent = TRUE; 9205 can_cindent = TRUE;
9206 #endif 9206 #endif
9207 #ifdef FEAT_FOLDING
9208 /* When inserting a line the cursor line must never be in a closed fold. */
9209 foldOpenCursor();
9210 #endif
9207 9211
9208 return (!i); 9212 return (!i);
9209 } 9213 }
9210 9214
9211 #ifdef FEAT_DIGRAPHS 9215 #ifdef FEAT_DIGRAPHS