diff src/misc1.c @ 2210:8c6a66e2b3cc vim73

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents c6f1aa1e9f32
children 4dda2bd944e1
line wrap: on
line diff
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -2277,7 +2277,7 @@ del_bytes(count, fixpos_arg, use_delcomb
      * care of notifiying Netbeans.
      */
 #ifdef FEAT_NETBEANS_INTG
-    if (usingNetbeans)
+    if (netbeans_active())
 	was_alloced = FALSE;
     else
 #endif