summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-17 23:19:38 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-17 23:19:38 +0000
commitca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb (patch)
tree97f7150d48975a7bd973de8c098a530c8a265664 /src/globals.h
parent68f1a4864760dd13df508ebe6ceadd1d5bb5462c (diff)
updated for version 7.0227
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 86d8ad9ca6..b0523fc2ec 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1504,6 +1504,9 @@ EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP"));
EXTERN int xsmp_icefd INIT(= -1); /* The actual connection */
#endif
+/* For undo we need to know the lowest time possible. */
+EXTERN time_t starttime;
+
/*
* Optional Farsi support. Include it here, so EXTERN and INIT are defined.
*/