diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:25:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-20 22:25:45 +0000 |
commit | 2e4096b0775518cabcd9e295cf1d96b211699135 (patch) | |
tree | 9e003f0cf8af42ab66d62964d4b6938ee80dec6e /src/proto.h | |
parent | a0dea674b853b56fc9fa09727de6ef3d6281746a (diff) | |
download | vim-git-2e4096b0775518cabcd9e295cf1d96b211699135.tar.gz |
updated for version 7.0062
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 50e64b47e..cff55c3ce 100644 --- a/src/proto.h +++ b/src/proto.h @@ -136,6 +136,7 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con # include "regexp.pro" # include "screen.pro" # include "search.pro" +# include "spell.pro" # include "syntax.pro" # include "tag.pro" # include "term.pro" |