diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:37:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:37:15 +0000 |
commit | 217ad920dd665ae74e055d870bfa05f73a20c2c8 (patch) | |
tree | c2fd40f30f58bee82ac2a42790c9042d4aabf505 /src/globals.h | |
parent | 2e4096b0775518cabcd9e295cf1d96b211699135 (diff) | |
download | vim-git-217ad920dd665ae74e055d870bfa05f73a20c2c8.tar.gz |
updated for version 7.0062
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 48738d004..1253f35d1 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1220,6 +1220,10 @@ 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); + +/* 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); #endif #ifdef ALT_X_INPUT |