mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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').
This commit is contained in:
@@ -12994,6 +12994,8 @@ f_has(argvars, rettv)
|
||||
#endif
|
||||
#ifdef FEAT_CRYPT
|
||||
"cryptv",
|
||||
"crypt-blowfish",
|
||||
"crypt-blowfish2",
|
||||
#endif
|
||||
#ifdef FEAT_CSCOPE
|
||||
"cscope",
|
||||
|
Reference in New Issue
Block a user