0
0
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:
Bram Moolenaar
2006-03-12 22:08:12 +00:00
parent 600dddcf66
commit b9a02fc557
6 changed files with 110 additions and 47 deletions

View File

@@ -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);