]> granicus.if.org Git - vim/commitdiff
updated for version 7.0062 v7.0062
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2005 08:27:48 +0000 (08:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Mar 2005 08:27:48 +0000 (08:27 +0000)
Filelist
src/proto/spell.pro [new file with mode: 0644]

index baffc611d737fa0d98aeb5735e112260282b51e5..e6ecf5095a20c837ddbd36ed3ee230bff0adf421 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -57,6 +57,7 @@ SRC_ALL1 =    \
                src/screen.c \
                src/search.c \
                src/structs.h \
+               src/spell.c \
                src/syntax.c \
                src/tag.c \
                src/term.c \
@@ -112,6 +113,7 @@ SRC_ALL2 =  \
                src/proto/regexp.pro \
                src/proto/screen.pro \
                src/proto/search.pro \
+               src/proto/spell.pro \
                src/proto/syntax.pro \
                src/proto/tag.pro \
                src/proto/term.pro \
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
new file mode 100644 (file)
index 0000000..c802b16
--- /dev/null
@@ -0,0 +1,5 @@
+/* spell.c */
+int spell_check __ARGS((win_T *wp, char_u *ptr, int *attrp));
+char_u *did_set_spelllang __ARGS((buf_T *buf));
+void spell_reload __ARGS((void));
+/* vim: set ft=c : */