Add :nbstart and :nbclose.
diff --git a/src/ui.c b/src/ui.c
index 8bafa15..a755e30 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -2935,8 +2935,7 @@
     if (col < 0)
     {
 #ifdef FEAT_NETBEANS_INTG
-	if (usingNetbeans)
-	    netbeans_gutter_click(lnum);
+        netbeans_gutter_click(lnum);
 #endif
 	col = 0;
     }