mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
This commit is contained in:
@@ -11123,7 +11123,8 @@ ex_match(eap)
|
||||
ex_X(eap)
|
||||
exarg_T *eap UNUSED;
|
||||
{
|
||||
(void)get_crypt_key(TRUE, TRUE);
|
||||
if (curbuf->b_p_cm == 0 || blowfish_self_test() == OK)
|
||||
(void)get_crypt_key(TRUE, TRUE);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user