We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7604cc commit 36d7cd8Copy full SHA for 36d7cd8
2 files changed
src/eval.c
@@ -12994,6 +12994,8 @@ f_has(argvars, rettv)
12994
#endif
12995
#ifdef FEAT_CRYPT
12996
"cryptv",
12997
+ "crypt-blowfish",
12998
+ "crypt-blowfish2",
12999
13000
#ifdef FEAT_CSCOPE
13001
"cscope",
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1099,
746
/**/
747
1098,
748
0 commit comments