globals: did_si is bool

This commit is contained in:
Jan Edmund Lazo
2018-08-06 11:38:40 -04:00
parent 7692dfeecb
commit b9ab363636
3 changed files with 14 additions and 13 deletions

View File

@@ -632,7 +632,7 @@ EXTERN int did_syncbind INIT(= FALSE);
* This flag is set when a smart indent has been performed. When the next typed
* character is a '{' the inserted tab will be deleted again.
*/
EXTERN int did_si INIT(= FALSE);
EXTERN bool did_si INIT(= false);
/*
* This flag is set after an auto indent. If the next typed character is a '}'