diff options
Diffstat (limited to 'src/nvim/indent.c')
-rw-r--r-- | src/nvim/indent.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/indent.c b/src/nvim/indent.c index fcdc71e636..91fc1588cc 100644 --- a/src/nvim/indent.c +++ b/src/nvim/indent.c @@ -12,8 +12,10 @@ #include "nvim/strings.h" #include "nvim/undo.h" -static int lisp_match(char_u *p); +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "indent.c.generated.h" +#endif // Count the size (in window cells) of the indent in the current line. int get_indent(void) |