summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/src/ops.c b/src/ops.c
index 2ab904443..57c4b0adb 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -398,7 +398,7 @@ shift_block(oap, amount)
#ifdef FEAT_RIGHTLEFT
int old_p_ri = p_ri;
- p_ri = 0; /* don't want revins in ident */
+ p_ri = 0; /* don't want revins in indent */
#endif
State = INSERT; /* don't want REPLACE for State */