Mercurial > vim
comparison src/fileio.c @ 2210:8c6a66e2b3cc vim73
Add :nbstart and :nbclose.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 22 May 2010 21:34:09 +0200 |
parents | c493d6bfde09 |
children | f8222d1f9a73 |
comparison
equal
deleted
inserted
replaced
2209:d0ddf7ba1630 | 2210:8c6a66e2b3cc |
---|---|
3307 fname = buf->b_sfname; | 3307 fname = buf->b_sfname; |
3308 } | 3308 } |
3309 #endif | 3309 #endif |
3310 | 3310 |
3311 #ifdef FEAT_NETBEANS_INTG | 3311 #ifdef FEAT_NETBEANS_INTG |
3312 if (usingNetbeans && isNetbeansBuffer(buf)) | 3312 if (netbeans_active() && isNetbeansBuffer(buf)) |
3313 { | 3313 { |
3314 if (whole) | 3314 if (whole) |
3315 { | 3315 { |
3316 /* | 3316 /* |
3317 * b_changed can be 0 after an undo, but we still need to write | 3317 * b_changed can be 0 after an undo, but we still need to write |