diff options
author | John <john.schmidt.h@gmail.com> | 2014-03-14 20:56:39 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-15 11:42:27 -0300 |
commit | 231d4511d1f24bb96bb17eff7a448fb360eba9c6 (patch) | |
tree | 0444ea3b5534fa9bf75dd5e8be5c52ed144b3871 /src/misc1.h | |
parent | a86b1a129ebedec1d86be2fd06a4976396e7f411 (diff) | |
download | rneovim-231d4511d1f24bb96bb17eff7a448fb360eba9c6.tar.gz rneovim-231d4511d1f24bb96bb17eff7a448fb360eba9c6.tar.bz2 rneovim-231d4511d1f24bb96bb17eff7a448fb360eba9c6.zip |
Moved more functions from misc1.c to indent.c
Diffstat (limited to 'src/misc1.h')
-rw-r--r-- | src/misc1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/misc1.h b/src/misc1.h index 236bcfcf81..df7eb4bca8 100644 --- a/src/misc1.h +++ b/src/misc1.h @@ -25,7 +25,6 @@ void del_lines(long nlines, int undo); int gchar_pos(pos_T *pos); int gchar_cursor(void); void pchar_cursor(int c); -int inindent(int extra); char_u *skip_to_option_part(char_u *p); void changed(void); void changed_int(void); @@ -80,8 +79,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); -int get_expr_indent(void); -int get_lisp_indent(void); void prepare_to_exit(void); void preserve_exit(void); int vim_fexists(char_u *fname); |