summaryrefslogtreecommitdiffstats
path: root/src/move.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-22 21:34:09 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-22 21:34:09 +0200
commitb26e6327e69ed57c897d59183a4171c5eb979c19 (patch)
tree523c56a73826b7917ebe46580ce7936f86556aae /src/move.c
parent67c53844343011089e1b847200b5c5257a83e1c4 (diff)
Add :nbstart and :nbclose.
Diffstat (limited to 'src/move.c')
-rw-r--r--src/move.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/move.c b/src/move.c
index 4bdb694717..cdc8c14790 100644
--- a/src/move.c
+++ b/src/move.c
@@ -933,8 +933,8 @@ win_col_off(wp)
#ifdef FEAT_SIGNS
+ (
# ifdef FEAT_NETBEANS_INTG
- /* always show glyph gutter in netbeans */
- usingNetbeans ||
+ /* show glyph gutter in netbeans */
+ netbeans_active() ||
# endif
wp->w_buffer->b_signlist != NULL ? 2 : 0)
#endif