Mercurial > vim
view src/proto/indent.pro @ 18026:fa5278b7c49e
Added tag v8.1.2008 for changeset d19caa8516824987c4e1230533c8297f3205c2ba
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 08 Sep 2019 15:30:04 +0200 |
parents | 0f7ae8010787 |
children | c81370b3ede4 |
line wrap: on
line source
/* indent.c */ int cin_is_cinword(char_u *line); pos_T *find_start_comment(int ind_maxcomment); int cindent_on(void); void parse_cino(buf_T *buf); int get_c_indent(void); int get_expr_indent(void); int in_cinkeys(int keytyped, int when, int line_is_empty); int get_lisp_indent(void); void do_c_expr_indent(void); void fixthisline(int (*get_the_indent)(void)); void fix_indent(void); /* vim: set ft=c : */