mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.0222
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user