diff options
Diffstat (limited to 'src/proto/indent.pro')
-rw-r--r-- | src/proto/indent.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/indent.pro b/src/proto/indent.pro index 2aed373a6..a42f20f0d 100644 --- a/src/proto/indent.pro +++ b/src/proto/indent.pro @@ -18,6 +18,7 @@ int get_indent_str(char_u *ptr, int ts, int list); int get_indent_str_vtab(char_u *ptr, int ts, int *vts, int list); int set_indent(int size, int flags); int get_number_indent(linenr_T lnum); +int briopt_check(win_T *wp); int get_breakindent_win(win_T *wp, char_u *line); int inindent(int extra); void op_reindent(oparg_T *oap, int (*how)(void)); |