commit | 161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Mon Nov 14 15:31:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 15:31:07 2022 +0000 |
tree | f2d7046311159ccfdc94f337addac087d92478bf | |
parent | dcbdd82d059a9b621e09f4447446a92ae2562e16 [diff] [blame] |
patch 9.0.0880: preprocessor indenting is off Problem: Preprocessor indenting is off. Solution: Adjust preprocessor indentation. (Ken Takata, closes #11546)
diff --git a/src/cindent.c b/src/cindent.c index 15b459c..105e08c 100644 --- a/src/cindent.c +++ b/src/cindent.c
@@ -4145,11 +4145,11 @@ void do_c_expr_indent(void) { -# ifdef FEAT_EVAL +#ifdef FEAT_EVAL if (*curbuf->b_p_inde != NUL) fixthisline(get_expr_indent); else -# endif +#endif fixthisline(get_c_indent); }