mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
Fix clint issues
This commit is contained in:
@@ -3736,7 +3736,7 @@ load_dummy_buffer (
|
||||
buf_T *newbuf;
|
||||
bufref_T newbufref;
|
||||
bufref_T newbuf_to_wipe;
|
||||
int failed = TRUE;
|
||||
int failed = true;
|
||||
aco_save_T aco;
|
||||
|
||||
// Allocate a buffer without putting it in the buffer list.
|
||||
|
Reference in New Issue
Block a user