]> granicus.if.org Git - vim/commitdiff
updated for version 7.0069
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2005 19:38:58 +0000 (19:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2005 19:38:58 +0000 (19:38 +0000)
runtime/spell/en.utf-8.spl
src/proto/syntax.pro

index e8da0dcf8356cbccddd4cf8cbd34c4716fdb015e..96e72880823a03f4418c4a834be3109c847f9770 100644 (file)
Binary files a/runtime/spell/en.utf-8.spl and b/runtime/spell/en.utf-8.spl differ
index 34fbcb870c0fd6139fe1e4f033d76c40ad989c46..3a29674bd7703835d48dd944f02829df8caa7eb0 100644 (file)
@@ -10,7 +10,7 @@ void ex_syntax __ARGS((exarg_T *eap));
 int syntax_present __ARGS((buf_T *buf));
 void set_context_in_syntax_cmd __ARGS((expand_T *xp, char_u *arg));
 char_u *get_syntax_name __ARGS((expand_T *xp, int idx));
-int syn_get_id __ARGS((long lnum, long col, int trans));
+int syn_get_id __ARGS((long lnum, colnr_T col, int trans, int *spellp));
 int syn_get_foldlevel __ARGS((win_T *wp, long lnum));
 void init_highlight __ARGS((int both, int reset));
 int load_colors __ARGS((char_u *name));