forked from aniani/vim
patch 8.2.3032: build problems with MSVC, other crypt issues with libsodium
Problem: Build problems with MSVC, other crypt issues with libsodium.
Solution: Adjust MSVC makefile. Disable swap file only when 'key' is set.
Adjust error message used when key is wrong. Fix Coverity issues.
(Christian Brabandt, closes #8420, closes #8411)
This commit is contained in:
committed by
Bram Moolenaar
parent
22f17a29cd
commit
226b28b961
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3032,
|
||||
/**/
|
||||
3031,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user