summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-01-06 15:14:30 +0000
committerBram Moolenaar <Bram@vim.org>2009-01-06 15:14:30 +0000
commitd7f8f5c8470f093aaede6baabb5aeeca8682bf8c (patch)
tree847a7d0b951515c1b57f3ae0aca25a043a2d228c /src/globals.h
parent238b8e20bb3c659a7350ab4dbf04d05a56ab2d13 (diff)
downloadvim-d7f8f5c8470f093aaede6baabb5aeeca8682bf8c.zip
updated for version 7.2-079
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index e26a31794..2125f4a1d 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1340,7 +1340,6 @@ EXTERN garray_T error_ga
#ifdef FEAT_NETBEANS_INTG
EXTERN char *netbeansArg INIT(= NULL); /* the -nb[:host:port:passwd] arg */
-EXTERN int netbeansCloseFile INIT(= 0); /* send killed if != 0 */
EXTERN int netbeansFireChanges INIT(= 1); /* send buffer changes if != 0 */
EXTERN int netbeansForcedQuit INIT(= 0);/* don't write modified files */
EXTERN int netbeansReadFile INIT(= 1); /* OK to read from disk if != 0 */