summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-13 18:33:05 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-13 18:33:05 +0200
commit8aeb504fc68e3fea9da5567d2d9a31a132fbf90f (patch)
treeea90b0697434c09ee2fea9c898fb2ca88d238a88 /src/structs.h
parenta214079008b30567d0750ec3a27d142fd34662d9 (diff)
patch 8.1.0384: sign ordering depends on +netbeans featurev8.1.0384
Problem: Sign ordering depends on +netbeans feature. Solution: Also order signs without +netbeans. (Christian Brabandt, closes #3224)
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h
index f978f61b79..3c2bf3f1bb 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -704,9 +704,7 @@ struct signlist
linenr_T lnum; /* line number which has this sign */
int typenr; /* typenr of sign */
signlist_T *next; /* next signlist entry */
-# ifdef FEAT_NETBEANS_INTG
signlist_T *prev; /* previous entry -- for easy reordering */
-# endif
};
/* type argument for buf_getsigntype() */