commit | e3ce17a3ca838954728df21ccb6c2a724490203d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 12:27:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 12:27:09 2022 +0000 |
tree | 987a43ffc78ad0b50a3736c5dcbf8cbf6d5e3f07 | |
parent | e1833bfd01c100896d2a01f281762c285192d84b [diff] [blame] |
patch 8.2.4095: sed script not recognized by the first line Problem: Sed script not recognized by the first line. Solution: Recognize a sed script starting with "#n". (Doug Kearns)
diff --git a/src/version.c b/src/version.c index e62c69d..733021b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4095, +/**/ 4094, /**/ 4093,