mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.1.2096: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS.
This commit is contained in:
@@ -2429,9 +2429,7 @@ struct file_buffer
|
||||
#if defined(FEAT_CINDENT) || defined(FEAT_SMARTINDENT)
|
||||
char_u *b_p_cinw; // 'cinwords'
|
||||
#endif
|
||||
#ifdef FEAT_COMMENTS
|
||||
char_u *b_p_com; // 'comments'
|
||||
#endif
|
||||
#ifdef FEAT_FOLDING
|
||||
char_u *b_p_cms; // 'commentstring'
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user