diff src/version.c @ 27132:0b5ce27d8b68 v8.2.4095

patch 8.2.4095: sed script not recognized by the first line Commit: https://github.com/vim/vim/commit/e3ce17a3ca838954728df21ccb6c2a724490203d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 15 12:27:09 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 13:30:03 +0100
parents daac3cf65d7e
children 1ea88ee85a7a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4095,
+/**/
     4094,
 /**/
     4093,