commit | 6d4b2f54df5d533eb0794331f38445a6ca5d3a3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 15:11:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 15:11:15 2022 +0100 |
tree | 0a6011c47bb9cf12806cb0484016ce6f071fc361 | |
parent | 2e6dcbc4450c98bd12faace5d77a65f2afddae44 [diff] [blame] |
patch 9.0.0263: too many #ifdefs Problem: Too many #ifdefs. Solution: Make some functions always available.
diff --git a/src/netbeans.c b/src/netbeans.c index f9ef19a..523cda0 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -2152,10 +2152,7 @@ if (p_write && !buf->bufp->b_p_ro && buf->bufp->b_ffname != NULL -#ifdef FEAT_QUICKFIX - && !bt_dontwrite(buf->bufp) -#endif - ) + && !bt_dontwrite(buf->bufp)) { bufref_T bufref;