mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
Change 'cryptmethod' from a number to a string option. Make it global-local.
This commit is contained in:
@@ -1756,6 +1756,9 @@ free_buf_options(buf, free_p_ff)
|
||||
#if defined(FEAT_BEVAL) && defined(FEAT_EVAL)
|
||||
clear_string_option(&buf->b_p_bexpr);
|
||||
#endif
|
||||
#if defined(FEAT_CRYPT)
|
||||
clear_string_option(&buf->b_p_cm);
|
||||
#endif
|
||||
#if defined(FEAT_EVAL)
|
||||
clear_string_option(&buf->b_p_fex);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user