mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
build: bump uncrustify version
Biggest change is that uncrustify is silent during linting.
This commit is contained in:
@@ -474,7 +474,8 @@ static int nlua_wait(lua_State *lstate)
|
||||
(int)timeout,
|
||||
got_int || (is_function ? nlua_wait_condition(lstate,
|
||||
&pcall_status,
|
||||
&callback_result) : false));
|
||||
&callback_result) :
|
||||
false));
|
||||
|
||||
// Stop dummy timer
|
||||
time_watcher_stop(tw);
|
||||
|
Reference in New Issue
Block a user