summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index e818f8273..30a5f3a8a 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -406,6 +406,9 @@ static void ex_folddo __ARGS((exarg_T *eap));
#ifndef FEAT_SUN_WORKSHOP
# define ex_wsverb ex_ni
#endif
+#ifndef FEAT_NETBEANS_INTG
+# define ex_nbkey ex_ni
+#endif
#ifndef FEAT_EVAL
# define ex_debug ex_ni