comparison src/version.c @ 25427:2fffc285871d v8.2.3250

patch 8.2.3250: MS-Windows: cannot build with libsodium Commit: https://github.com/vim/vim/commit/1790be6cb6f2edfd8a833dd848b8df02cef599cf Author: Christian Brabandt <cb@256bit.org> Date: Fri Jul 30 20:51:59 2021 +0200 patch 8.2.3250: MS-Windows: cannot build with libsodium Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Jul 2021 21:00:04 +0200
parents effe5f2b4d01
children 2aefea114696
comparison
equal deleted inserted replaced
25426:15a4db8dde00 25427:2fffc285871d
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3250,
758 /**/ 760 /**/
759 3249, 761 3249,
760 /**/ 762 /**/
761 3248, 763 3248,
762 /**/ 764 /**/