0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0098

This commit is contained in:
Bram Moolenaar
2005-06-30 21:52:39 +00:00
parent 42eeac3552
commit 9c96f592af
9 changed files with 248 additions and 150 deletions

View File

@@ -503,7 +503,6 @@ buf_clear_file(buf)
buf->b_ml.ml_flags = ML_EMPTY; /* empty buffer */
#ifdef FEAT_NETBEANS_INTG
netbeans_deleted_all_lines(buf);
netbeansOpenFile = 0; /* reset in netbeans_file_opened() */
#endif
}