comparison 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
comparison
equal deleted inserted replaced
27131:548a6a5417c8 27132:0b5ce27d8b68
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4095,
753 /**/ 755 /**/
754 4094, 756 4094,
755 /**/ 757 /**/
756 4093, 758 4093,
757 /**/ 759 /**/