diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-08 22:03:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-08 22:03:13 +0000 |
commit | f3681cc330d709e85ed21c8c514fcf4c60ff5c09 (patch) | |
tree | fd2d32be811dd6fcf9912e48c50bb6a49287bee2 /src | |
parent | c669e66fb68543c3372e28da563c65cb928e82ec (diff) | |
download | vim-f3681cc330d709e85ed21c8c514fcf4c60ff5c09.zip |
updated for version 7.0083
Diffstat (limited to 'src')
-rw-r--r-- | src/screen.c | 6 | ||||
-rw-r--r-- | src/version.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/screen.c b/src/screen.c index ece886bec..7db9b7185 100644 --- a/src/screen.c +++ b/src/screen.c @@ -3584,9 +3584,9 @@ win_line(wp, lnum, startrow, endrow) } /* Check spelling (unless at the end of the line). - * Only do this when there is no syntax highlighting, there is - * on @Spell cluster or the current syntax item contains the - * @Spell cluster. */ + * Only do this when there is no syntax highlighting, the + * @Spell cluster is not used or the current syntax item + * contains the @Spell cluster. */ if (has_spell && v >= word_end) { spell_attr = 0; diff --git a/src/version.h b/src/version.h index b1c0abbf5..c97e07806 100644 --- a/src/version.h +++ b/src/version.h @@ -36,5 +36,5 @@ #define VIM_VERSION_NODOT "vim70aa" #define VIM_VERSION_SHORT "7.0aa" #define VIM_VERSION_MEDIUM "7.0aa ALPHA" -#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 7)" -#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 7, compiled " +#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 8)" +#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 8, compiled " |