aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index a4b958734..23a44d597 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -3244,7 +3244,6 @@ static void colon(char *buf)
3244 TEST_UNDO2 ? ALLOW_UNDO_CHAIN : ALLOW_UNDO); 3244 TEST_UNDO2 ? ALLOW_UNDO_CHAIN : ALLOW_UNDO);
3245 found += bias; 3245 found += bias;
3246 ls += bias; 3246 ls += bias;
3247 dot = ls;
3248 //q += bias; - recalculated anyway 3247 //q += bias; - recalculated anyway
3249 } 3248 }
3250# if ENABLE_FEATURE_VI_REGEX_SEARCH 3249# if ENABLE_FEATURE_VI_REGEX_SEARCH