comparison src/buffer.c @ 376:d2bc505a6d91

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 21:52:39 +0000
parents e111db373ca4
children 6f42fce917a8
comparison
equal deleted inserted replaced
375:f14cbd913415 376:d2bc505a6d91
501 #endif 501 #endif
502 buf->b_ml.ml_mfp = NULL; 502 buf->b_ml.ml_mfp = NULL;
503 buf->b_ml.ml_flags = ML_EMPTY; /* empty buffer */ 503 buf->b_ml.ml_flags = ML_EMPTY; /* empty buffer */
504 #ifdef FEAT_NETBEANS_INTG 504 #ifdef FEAT_NETBEANS_INTG
505 netbeans_deleted_all_lines(buf); 505 netbeans_deleted_all_lines(buf);
506 netbeansOpenFile = 0; /* reset in netbeans_file_opened() */
507 #endif 506 #endif
508 } 507 }
509 508
510 /* 509 /*
511 * buf_freeall() - free all things allocated for a buffer that are related to 510 * buf_freeall() - free all things allocated for a buffer that are related to