forked from aniani/vim
patch 8.1.2376: preprocessor indents are incorrect
Problem: Preprocessor indents are incorrect. Solution: Fix the indents. (Ken Takata, closes #5298)
This commit is contained in:
@@ -1940,11 +1940,11 @@ win_line(
|
||||
c_final = NUL;
|
||||
if (VIM_ISWHITE(c))
|
||||
{
|
||||
#ifdef FEAT_CONCEAL
|
||||
# ifdef FEAT_CONCEAL
|
||||
if (c == TAB)
|
||||
// See "Tab alignment" below.
|
||||
FIX_FOR_BOGUSCOLS;
|
||||
#endif
|
||||
# endif
|
||||
if (!wp->w_p_list)
|
||||
c = ' ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user