diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2025-03-18 06:18:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 06:18:37 -0700 |
commit | 7333c39e6cc78786289d88c65fbe10e4ce78992b (patch) | |
tree | af0deb9a02b82c19e6bf89e2b5bc8fb9123dd5d5 /src/nvim/main.c | |
parent | 29a47b39ccd0317e815632439966f0f1343d96cf (diff) | |
download | rneovim-7333c39e6cc78786289d88c65fbe10e4ce78992b.tar.gz rneovim-7333c39e6cc78786289d88c65fbe10e4ce78992b.tar.bz2 rneovim-7333c39e6cc78786289d88c65fbe10e4ce78992b.zip |
docs: misc #32959
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index 926ad8ca31..7539fbc5d9 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -165,7 +165,7 @@ void event_init(void) } /// @returns false if main_loop could not be closed gracefully -bool event_teardown(void) +static bool event_teardown(void) { if (!main_loop.events) { input_stop(); |