mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
build: update uncrustify to 0.76
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
# define MCH_OPEN_RW(n, f) os_open((n), (f), 0)
|
||||
#endif
|
||||
|
||||
#define REPLACE_NORMAL(s) (((s) & REPLACE_FLAG) && !((s) & VREPLACE_FLAG))
|
||||
#define REPLACE_NORMAL(s) (((s)& REPLACE_FLAG) && !((s)& VREPLACE_FLAG))
|
||||
|
||||
// MB_PTR_ADV(): advance a pointer to the next character, taking care of
|
||||
// multi-byte characters if needed. Skip over composing chars.
|
||||
|
Reference in New Issue
Block a user