From 9344d8aa10ecf99aba3eae97e4fa131360f89729 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 12 Aug 2005 06:02:30 +0000 Subject: [PATCH] And 10873. --- busybox/editors/vi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/busybox/editors/vi.c b/busybox/editors/vi.c index eb0aa33f6..6f739a714 100644 --- a/busybox/editors/vi.c +++ b/busybox/editors/vi.c @@ -3517,6 +3517,7 @@ key_cmd_mode: dot_end(); // move to NL if (dot < end - 1) { // make sure not last char in text[] *dot++ = ' '; // replace NL with space + file_modified = TRUE; while (isblnk(*dot)) { // delete leading WS dot_delete(); } -- 2.25.1