blob: 80a6add55041278e4434061770c7ec1c20603b5d [file] [log] [blame]
Bram Moolenaar14c01f82019-10-09 22:53:08 +02001/* cindent.c */
2int cin_is_cinword(char_u *line);
Bram Moolenaarba263672021-12-29 18:09:13 +00003int is_pos_in_string(char_u *line, colnr_T col);
Bram Moolenaar14c01f82019-10-09 22:53:08 +02004pos_T *find_start_comment(int ind_maxcomment);
5int cindent_on(void);
6void parse_cino(buf_T *buf);
7int get_c_indent(void);
8int in_cinkeys(int keytyped, int when, int line_is_empty);
9void do_c_expr_indent(void);
10void f_cindent(typval_T *argvars, typval_T *rettv);
11/* vim: set ft=c : */