Bram Moolenaar | 14c01f8 | 2019-10-09 22:53:08 +0200 | [diff] [blame] | 1 | /* cindent.c */ |
2 | int cin_is_cinword(char_u *line); | ||||
3 | pos_T *find_start_comment(int ind_maxcomment); | ||||
4 | int cindent_on(void); | ||||
5 | void parse_cino(buf_T *buf); | ||||
6 | int get_c_indent(void); | ||||
7 | int in_cinkeys(int keytyped, int when, int line_is_empty); | ||||
8 | void do_c_expr_indent(void); | ||||
9 | void f_cindent(typval_T *argvars, typval_T *rettv); | ||||
10 | /* vim: set ft=c : */ |