summaryrefslogtreecommitdiffstats
path: root/src/ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops.c')
-rw-r--r--src/ops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ops.c b/src/ops.c
index 26e15f753e..50ebf44495 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -376,11 +376,9 @@ shift_line(
}
/* Set new indent */
-#ifdef FEAT_VREPLACE
if (State & VREPLACE_FLAG)
change_indent(INDENT_SET, count, FALSE, NUL, call_changed_bytes);
else
-#endif
(void)set_indent(count, call_changed_bytes ? SIN_CHANGED : 0);
}