summaryrefslogtreecommitdiffstats
path: root/src/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/change.c')
-rw-r--r--src/change.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/change.c b/src/change.c
index 9f1705f2a4..25a0841909 100644
--- a/src/change.c
+++ b/src/change.c
@@ -1638,9 +1638,9 @@ open_line(
#ifdef FEAT_CINDENT
// May do indenting after opening a new line.
do_cindent = !p_paste && (curbuf->b_p_cin
-# ifdef FEAT_EVAL
+# ifdef FEAT_EVAL
|| *curbuf->b_p_inde != NUL
-# endif
+# endif
)
&& in_cinkeys(dir == FORWARD
? KEY_OPEN_FORW