mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
globals: can_si is bool
This commit is contained in:
@@ -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 '{'
|
||||
|
Reference in New Issue
Block a user