diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-17 23:19:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-17 23:19:38 +0000 |
commit | ca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb (patch) | |
tree | 97f7150d48975a7bd973de8c098a530c8a265664 /src/globals.h | |
parent | 68f1a4864760dd13df508ebe6ceadd1d5bb5462c (diff) | |
download | vim-git-ca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb.tar.gz |
updated for version 7.0227
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 86d8ad9ca..b0523fc2e 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. */ |