globals: can_si is bool

This commit is contained in:
Jan Edmund Lazo
2018-08-06 11:35:34 -04:00
parent 5309ad29d4
commit 7692dfeecb
4 changed files with 12 additions and 11 deletions

View File

@@ -638,7 +638,7 @@ EXTERN int did_si INIT(= FALSE);
* This flag is set after an auto indent. If the next typed character is a '}'
* one indent will be removed.
*/
EXTERN int can_si INIT(= FALSE);
EXTERN bool can_si INIT(= false);
/*
* This flag is set after an "O" command. If the next typed character is a '{'