0
0
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:
Bram Moolenaar
2010-07-20 17:32:38 +02:00
parent c7040a5615
commit 49771f4fb0
14 changed files with 176 additions and 82 deletions

View File

@@ -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