diff options
author | John <john.schmidt.h@gmail.com> | 2014-03-13 11:32:27 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 21:19:46 -0300 |
commit | 7c51374a82a3ccf6db50051dab8f0a6d5ab58772 (patch) | |
tree | 3a2fffc0754beab56427bf33bd984fd032754d82 /src/misc1.h | |
parent | d012255ee1160527d6e406aede317cbb8d1f5730 (diff) | |
download | rneovim-7c51374a82a3ccf6db50051dab8f0a6d5ab58772.tar.gz rneovim-7c51374a82a3ccf6db50051dab8f0a6d5ab58772.tar.bz2 rneovim-7c51374a82a3ccf6db50051dab8f0a6d5ab58772.zip |
Extract indent_c.c from misc1.c
Diffstat (limited to 'src/misc1.h')
-rw-r--r-- | src/misc1.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/misc1.h b/src/misc1.h index c86fcc91bd..236bcfcf81 100644 --- a/src/misc1.h +++ b/src/misc1.h @@ -80,13 +80,6 @@ char_u *concat_fnames(char_u *fname1, char_u *fname2, int sep); char_u *concat_str(char_u *str1, char_u *str2); void add_pathsep(char_u *p); char_u *FullName_save(char_u *fname, int force); -pos_T *find_start_comment(int ind_maxcomment); -void do_c_expr_indent(void); -int cin_islabel(void); -int cin_iscase(char_u *s, int strict); -int cin_isscopedecl(char_u *s); -void parse_cino(buf_T *buf); -int get_c_indent(void); int get_expr_indent(void); int get_lisp_indent(void); void prepare_to_exit(void); |