mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
# include "state.c.generated.h"
|
||||
#endif
|
||||
|
||||
|
||||
void state_enter(VimState *s)
|
||||
{
|
||||
for (;;) {
|
||||
@@ -122,7 +121,6 @@ void state_handle_k_event(void)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Return true if in the current mode we need to use virtual.
|
||||
bool virtual_active(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user