diff options
Diffstat (limited to 'src/indent.h')
-rw-r--r-- | src/indent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indent.h b/src/indent.h index f256a95e31..a148eed94a 100644 --- a/src/indent.h +++ b/src/indent.h @@ -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 |