comparison src/version.c @ 29838:d9c08ff57474 v9.0.0258

patch 9.0.0258: MS-Windows installer skips syntax/shared Commit: https://github.com/vim/vim/commit/44b9abb150afdca557d8ff5af112d654e0d19e84 Author: K.Takata <kentkt@csc.jp> Date: Wed Aug 24 18:08:00 2022 +0100 patch 9.0.0258: MS-Windows installer skips syntax/shared Problem: MS-Windows installer skips syntax/shared. Solution: Use "File /r" in the installer script. (Ken Takata, closes https://github.com/vim/vim/issues/10972)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Aug 2022 19:15:03 +0200
parents a8831ab29aee
children b37b74ea8dee
comparison
equal deleted inserted replaced
29837:39b229aacb37 29838:d9c08ff57474
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 258,
734 /**/ 736 /**/
735 257, 737 257,
736 /**/ 738 /**/
737 256, 739 256,
738 /**/ 740 /**/