mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
build(lint): remove clint.py rules for braces #20880
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py. See also https://github.com/neovim/neovim/pull/18563
This commit is contained in:
@@ -1404,7 +1404,9 @@ struct window_S {
|
||||
};
|
||||
|
||||
/// Macros defined in Vim, but not in Neovim
|
||||
// uncrustify:off
|
||||
#define CHANGEDTICK(buf) \
|
||||
(=== Include buffer.h & use buf_(get|set|inc) _changedtick ===)
|
||||
// uncrustify:on
|
||||
|
||||
#endif // NVIM_BUFFER_DEFS_H
|
||||
|
Reference in New Issue
Block a user