mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
lint
This commit is contained in:
@@ -640,10 +640,10 @@ EXTERN int exiting INIT(= FALSE);
|
||||
// true when in or after free_all_mem()
|
||||
EXTERN bool entered_free_all_mem INIT(= false);
|
||||
#endif
|
||||
/* volatile because it is used in signal handler deathtrap(). */
|
||||
EXTERN volatile int full_screen INIT(= FALSE);
|
||||
/* TRUE when doing full-screen output
|
||||
* otherwise only writing some messages */
|
||||
// volatile because it is used in signal handler deathtrap().
|
||||
EXTERN volatile int full_screen INIT(= false);
|
||||
// TRUE when doing full-screen output
|
||||
// otherwise only writing some messages
|
||||
|
||||
EXTERN int restricted INIT(= FALSE);
|
||||
// TRUE when started in restricted mode (-Z)
|
||||
|
Reference in New Issue
Block a user