mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: follow style guide
This commit is contained in:
@@ -1316,9 +1316,3 @@ struct window_S {
|
||||
// Size of the w_statuscol_click_defs array
|
||||
size_t w_statuscol_click_defs_size;
|
||||
};
|
||||
|
||||
/// Macros defined in Vim, but not in Neovim
|
||||
// uncrustify:off
|
||||
#define CHANGEDTICK(buf) \
|
||||
(=== Include buffer.h & use buf_(get|set|inc) _changedtick ===)
|
||||
// uncrustify:on
|
||||
|
Reference in New Issue
Block a user