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').
Files: src/eval.c
*** ../vim-7.4.1098/src/eval.c 2016-01-15 21:23:15.670977827 +0100
--- src/eval.c 2016-01-15 21:54:56.585926911 +0100
***************
*** 12994,12999 ****
--- 12994,13001 ----
#endif
#ifdef FEAT_CRYPT
"cryptv",
+ "crypt-blowfish",
+ "crypt-blowfish2",
#endif
#ifdef FEAT_CSCOPE
"cscope",
*** ../vim-7.4.1098/src/version.c 2016-01-15 21:23:15.670977827 +0100
--- src/version.c 2016-01-15 22:08:04.509198537 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 1099,
/**/
--
A village. Sound of chanting of Latin canon, punctuated by short, sharp
cracks. It comes nearer. We see it is a line of MONKS ala SEVENTH SEAL
flagellation scene, chanting and banging themselves on the foreheads with
wooden boards.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.