diff 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
line wrap: on
line diff
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3309,7 +3309,7 @@ buf_write(buf, fname, sfname, start, end
 #endif
 
 #ifdef FEAT_NETBEANS_INTG
-    if (usingNetbeans && isNetbeansBuffer(buf))
+    if (netbeans_active() && isNetbeansBuffer(buf))
     {
 	if (whole)
 	{