diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-12 21:56:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-12 21:56:11 +0000 |
commit | 2b48ad5cd705167ed9c467f01dceeaf7ff432675 (patch) | |
tree | a905534444c10d7aae4d74bb13ab810621619bad /src/feature.h | |
parent | 5baddf0285f43f6b2c8ebb4807541df26f91285d (diff) | |
download | vim-git-2b48ad5cd705167ed9c467f01dceeaf7ff432675.tar.gz |
updated for version 7.0222
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index 7231b96bf..50979f04c 100644 --- a/src/feature.h +++ b/src/feature.h @@ -515,6 +515,13 @@ #endif /* + * +spell spell checking + */ +#if defined(FEAT_NORMAL) || defined(PROTO) +# define FEAT_SPELL +#endif + +/* * +builtin_terms Choose one out of the following four: * * NO_BUILTIN_TCAPS Do not include any builtin termcap entries (used only |