summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-28 19:05:57 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-28 19:05:57 +0200
commit8c96af9c05bfcac2d5ae081e098d4863db561511 (patch)
treeaa01cdaf87cf8050334c8cb20014774623614e73 /src/structs.h
parenta893194d91a2942d4d54085d746ed137a9251b69 (diff)
downloadvim-git-8c96af9c05bfcac2d5ae081e098d4863db561511.tar.gz
patch 8.1.2096: too many #ifdefsv8.1.2096
Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h
index adbb82085..9e6900120 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -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