diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-20 19:38:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-20 19:38:58 +0000 |
commit | 4ee034d26b2932d14105e5c05e740fb783343c7e (patch) | |
tree | 9a581d9128ce6b92af33bda7661f42c22794441d /src/proto/syntax.pro | |
parent | 2cf8b301df39f742c07d10dadbbe19218dcc1845 (diff) | |
download | vim-git-4ee034d26b2932d14105e5c05e740fb783343c7e.tar.gz |
updated for version 7.0069
Diffstat (limited to 'src/proto/syntax.pro')
-rw-r--r-- | src/proto/syntax.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/syntax.pro b/src/proto/syntax.pro index 34fbcb870..3a29674bd 100644 --- a/src/proto/syntax.pro +++ b/src/proto/syntax.pro @@ -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)); |