Skip to content
Snippets Groups Projects
Commit 4ee034d2 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0069

parent 2cf8b301
No related branches found
Tags v7.3.591
No related merge requests found
No preview for this file type
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment