mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +00:00
Remove FEAT_CINDENT
C code indenting
This commit is contained in:
@@ -102,10 +102,7 @@ open_line (
|
||||
char_u *lead_flags; /* position in 'comments' for comment leader */
|
||||
char_u *leader = NULL; /* copy of comment leader */
|
||||
char_u *allocated = NULL; /* allocated memory */
|
||||
#if defined(FEAT_SMARTINDENT) || defined(FEAT_VREPLACE) || defined(FEAT_LISP) \
|
||||
|| defined(FEAT_CINDENT) || defined(FEAT_COMMENTS)
|
||||
char_u *p;
|
||||
#endif
|
||||
int saved_char = NUL; /* init for GCC */
|
||||
pos_T *pos;
|
||||
int do_si = (!p_paste && curbuf->b_p_si
|
||||
|
Reference in New Issue
Block a user