forked from aniani/vim
patch 9.0.1529: code style test doesn't check for space after "if"
Problem: Code style test doesn't check for space after "if". Solution: Add a test for space.
This commit is contained in:
@@ -508,7 +508,7 @@ ex_listdo(exarg_T *eap)
|
||||
i++;
|
||||
break;
|
||||
case CMD_tabdo:
|
||||
for( ; tp != NULL && i + 1 < eap->line1; tp = tp->tp_next)
|
||||
for ( ; tp != NULL && i + 1 < eap->line1; tp = tp->tp_next)
|
||||
i++;
|
||||
break;
|
||||
case CMD_argdo:
|
||||
|
Reference in New Issue
Block a user