summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-12 21:56:11 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-12 21:56:11 +0000
commit2b48ad5cd705167ed9c467f01dceeaf7ff432675 (patch)
treea905534444c10d7aae4d74bb13ab810621619bad /src/feature.h
parent5baddf0285f43f6b2c8ebb4807541df26f91285d (diff)
updated for version 7.0222
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 7231b96bf7..50979f04c8 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