mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
globals: did_si is bool
This commit is contained in:
@@ -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 '}'
|
||||
|
Reference in New Issue
Block a user