mirror of
https://github.com/neovim/neovim.git
synced 2025-12-19 04:45:38 +00:00
refactor(getchar): rename test variable (#34769)
Also, test_disable_char_avail() is superseded by test_override() in Vim,
so remove that from vim_diff.txt.
(cherry picked from commit 0c02c9c70b)
This commit is contained in:
committed by
github-actions[bot]
parent
282f9fb816
commit
85c9014c09
@@ -17,7 +17,7 @@ typedef enum {
|
||||
|
||||
enum { NSCRIPT = 15, }; ///< Maximum number of streams to read script from
|
||||
|
||||
EXTERN bool disable_char_avail_for_testing INIT( = false);
|
||||
EXTERN bool test_disable_char_avail INIT( = false);
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "getchar.h.generated.h"
|
||||
|
||||
Reference in New Issue
Block a user