mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Fixes.
This commit is contained in:

committed by
James McCoy

parent
2c4e92abea
commit
a21c687661
@@ -1235,7 +1235,7 @@ EXTERN FILE *time_fd INIT(= NULL); /* where to write startup timing */
|
||||
EXTERN int ignored;
|
||||
EXTERN char *ignoredp;
|
||||
|
||||
EXTERN int in_free_unref_items INIT(= false);
|
||||
EXTERN bool in_free_unref_items INIT(= false);
|
||||
|
||||
// If a msgpack-rpc channel should be started over stdin/stdout
|
||||
EXTERN bool embedded_mode INIT(= false);
|
||||
|
Reference in New Issue
Block a user