comparison src/version.c @ 33043:ee683d311c05 v9.0.1812

patch 9.0.1812: CI still fails with sodium_mlock error() Commit: https://github.com/vim/vim/commit/93ebb5e75e564403624314c84c97293427d001d6 Author: Christian Brabandt <cb@256bit.org> Date: Mon Aug 28 21:17:36 2023 +0200 patch 9.0.1812: CI still fails with sodium_mlock error() Problem: CI still fails with sodium_mlock error() Solution: Catch and ignore E1230 error in test_crypt closes: #12939 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Aug 2023 21:30:05 +0200
parents 5334aca4cef4
children 0561bf3ba10c
comparison
equal deleted inserted replaced
33042:8a6709a1c219 33043:ee683d311c05
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1812,
702 /**/ 704 /**/
703 1811, 705 1811,
704 /**/ 706 /**/
705 1810, 707 1810,
706 /**/ 708 /**/