This commit is contained in:
Jan Edmund Lazo
2018-08-05 18:02:24 -04:00
parent 47d52e1578
commit 41dbb69a85
5 changed files with 7 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ open_line (
*p_extra = NUL;
}
u_clearline(); /* cannot do "U" command when adding lines */
u_clearline(); // cannot do "U" command when adding lines
did_si = false;
ai_col = 0;
@@ -287,7 +287,7 @@ open_line (
*/
if (last_char == '{') {
did_si = true; // do indent
no_si = TRUE; /* don't delete it when '{' typed */
no_si = true; // don't delete it when '{' typed
}
/*
* Look for "if" and the like, use 'cinwords'.