mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.2096: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS.
This commit is contained in:
@@ -2226,9 +2226,7 @@ free_buf_options(
|
||||
keymap_clear(&buf->b_kmap_ga);
|
||||
ga_clear(&buf->b_kmap_ga);
|
||||
#endif
|
||||
#ifdef FEAT_COMMENTS
|
||||
clear_string_option(&buf->b_p_com);
|
||||
#endif
|
||||
#ifdef FEAT_FOLDING
|
||||
clear_string_option(&buf->b_p_cms);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user