]> granicus.if.org Git - vim/commitdiff
patch 7.4.1099 v7.4.1099
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Jan 2016 21:08:23 +0000 (22:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Jan 2016 21:08:23 +0000 (22:08 +0100)
Problem:    It's not easy to know if Vim supports blowfish. (Smu Johnson)
Solution:   Add has('crypt-blowfish') and has('crypt-blowfish2').

src/eval.c
src/version.c

index ecf7a9a2f0075ed2ff1a33dd1afaf736f6bec01d..e97ddc47812b69f5df17718b48227c630d58e85c 100644 (file)
@@ -12994,6 +12994,8 @@ f_has(argvars, rettv)
 #endif
 #ifdef FEAT_CRYPT
        "cryptv",
+       "crypt-blowfish",
+       "crypt-blowfish2",
 #endif
 #ifdef FEAT_CSCOPE
        "cscope",
index 475b4d6e8ab5f493fccf4dcfee2b337eb1e97132..ab4e51f8991457a623f749d2dd9167832d496ece 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1099,
 /**/
     1098,
 /**/