mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
Moved more functions from misc1.c to indent.c
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user