forked from aniani/vim
patch 9.0.0880: preprocessor indenting is off
Problem: Preprocessor indenting is off. Solution: Adjust preprocessor indentation. (Ken Takata, closes #11546)
This commit is contained in:
@@ -4145,11 +4145,11 @@ in_cinkeys(
|
||||
void
|
||||
do_c_expr_indent(void)
|
||||
{
|
||||
# ifdef FEAT_EVAL
|
||||
#ifdef FEAT_EVAL
|
||||
if (*curbuf->b_p_inde != NUL)
|
||||
fixthisline(get_expr_indent);
|
||||
else
|
||||
# endif
|
||||
#endif
|
||||
fixthisline(get_c_indent);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user