diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-12 22:08:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-12 22:08:12 +0000 |
commit | b9a02fc557ac586b194a80d5ef293d4465f95953 (patch) | |
tree | dabdf3335a347a2094228aa0d78314ef8c618a0f /src/globals.h | |
parent | 600dddcf66a3540017804a72f407d4c3d48b0cc6 (diff) | |
download | vim-git-b9a02fc557ac586b194a80d5ef293d4465f95953.tar.gz |
updated for version 7.0222
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index d31109565..adde27108 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1271,7 +1271,9 @@ EXTERN int virtual_op INIT(= MAYBE); #ifdef FEAT_SYN_HL /* Display tick, incremented for each call to update_screen() */ EXTERN disptick_T display_tick INIT(= 0); +#endif +#ifdef FEAT_SPELL /* Line in which spell checking wasn't highlighted because it touched the * cursor position in Insert mode. */ EXTERN linenr_T spell_redraw_lnum INIT(= 0); |