Moved more functions from misc1.c to indent.c

This commit is contained in:
John
2014-03-14 20:56:39 +01:00
committed by Thiago de Arruda
parent a86b1a129e
commit 231d4511d1
7 changed files with 263 additions and 258 deletions

View File

@@ -8,4 +8,7 @@ int get_indent_str(char_u *ptr, int ts);
int set_indent(int size, int flags);
int copy_indent(int size, char_u *src);
int get_number_indent(linenr_T lnum);
int inindent(int extra);
int get_expr_indent(void);
int get_lisp_indent(void);
#endif