Skip to content

Commit 36d7cd8

Browse files
committed
patch 7.4.1099
Problem: It's not easy to know if Vim supports blowfish. (Smu Johnson) Solution: Add has('crypt-blowfish') and has('crypt-blowfish2').
1 parent b7604cc commit 36d7cd8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/eval.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12994,6 +12994,8 @@ f_has(argvars, rettv)
1299412994
#endif
1299512995
#ifdef FEAT_CRYPT
1299612996
"cryptv",
12997+
"crypt-blowfish",
12998+
"crypt-blowfish2",
1299712999
#endif
1299813000
#ifdef FEAT_CSCOPE
1299913001
"cscope",

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1099,
744746
/**/
745747
1098,
746748
/**/

0 commit comments

Comments
 (0)