From 7bae0b1bc84a95d565ffab38cf7f82ad21c656b6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Nov 2019 22:14:18 +0100 Subject: patch 8.1.2331: the option.c file is still very big Problem: The option.c file is still very big. Solution: Move a few functions to where they fit better. (Yegappan Lakshmanan, closes #4895) --- src/proto/indent.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/indent.pro') 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)); -- cgit v1.2.1