comparison src/version.c @ 26034:9b2c6cea573c v8.2.3551

patch 8.2.3551: checking first character of url twice Commit: https://github.com/vim/vim/commit/94e7d345c156a722bb161b73238c4ba1d27ec586 Author: itchyny <itchyny@hatena.ne.jp> Date: Thu Oct 21 18:01:13 2021 +0100 patch 8.2.3551: checking first character of url twice Problem: Checking first character of url twice. Solution: Only check once. (closes https://github.com/vim/vim/issues/9026)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Oct 2021 19:15:04 +0200
parents 162ef12a3b5f
children c8165ec9dcad
comparison
equal deleted inserted replaced
26033:a65546a90889 26034:9b2c6cea573c
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3551,
760 /**/ 762 /**/
761 3550, 763 3550,
762 /**/ 764 /**/
763 3549, 765 3549,
764 /**/ 766 /**/