summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-21 22:37:39 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-21 22:37:39 +0000
commitd857f0e0f419ffcc8a17d2724d5f3fa62da590a7 (patch)
tree0a5a35fc6d2861e18bc87f4a91652198a7a6e60b /src/globals.h
parent3f7704760770fb4382f61b27ae7762365db5c70a (diff)
updated for version 7.0089v7.0089
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/globals.h b/src/globals.h
index c073fcbcc6..87b99e3eb4 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -85,8 +85,6 @@ EXTERN int cmdline_star INIT(= FALSE); /* cmdline is crypted */
#endif
EXTERN int exec_from_reg INIT(= FALSE); /* executing register */
-EXTERN int global_changedtick INIT(= 0); /* incremented for each
- change, also for undo */
EXTERN int screen_cleared INIT(= FALSE); /* screen has been cleared */
/*
@@ -961,10 +959,6 @@ EXTERN int keep_help_flag INIT(= FALSE); /* doing :ta from help file */
*/
EXTERN char_u *empty_option INIT(= (char_u *)"");
-#ifdef DEBUG
-EXTERN FILE *debugfp INIT(= NULL);
-#endif
-
EXTERN int redir_off INIT(= FALSE); /* no redirection for a moment */
EXTERN FILE *redir_fd INIT(= NULL); /* message redirection file */
#ifdef FEAT_EVAL