From ce416b453a849c837f9f6ffc91dd4792d84e1bfd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 3 Apr 2022 12:59:34 +0100 Subject: patch 8.2.4672: using :normal with Ex mode may make :substitute hang Problem: Using :normal with Ex mode may make :substitute hang. Solution: When getting an empty line behave like 'q' was typed. (closes #10070) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index c6111fc92..3fec52ea0 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4672, /**/ 4671, /**/ -- cgit v1.2.1