comparison src/version.c @ 32200:730eebd56f48 v9.0.1431

patch 9.0.1431: getscriptinfo() loops even when specific SID is given Commit: https://github.com/vim/vim/commit/2d68b722e3bca7532eb0d83ce773934618f12db5 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Mar 30 21:50:37 2023 +0100 patch 9.0.1431: getscriptinfo() loops even when specific SID is given Problem: getscriptinfo() loops even when specific SID is given. Solution: Only loop when needed. Give a clearer error message. (closes #12207)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Mar 2023 23:00:06 +0200
parents 8643e060bcb8
children eae369cd4dcf
comparison
equal deleted inserted replaced
32199:dc4f9a9d07a1 32200:730eebd56f48
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1431,
698 /**/ 700 /**/
699 1430, 701 1430,
700 /**/ 702 /**/
701 1429, 703 1429,
702 /**/ 704 /**/