mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: IWYU (#27186)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "nvim/mark_defs.h"
|
||||
#include "nvim/marktree.h"
|
||||
#include "nvim/mbyte.h"
|
||||
#include "nvim/mbyte_defs.h"
|
||||
#include "nvim/memline.h"
|
||||
#include "nvim/move.h"
|
||||
#include "nvim/option.h"
|
||||
@@ -76,7 +77,8 @@ int linetabsize(win_T *wp, linenr_T lnum)
|
||||
return win_linetabsize(wp, lnum, ml_get_buf(wp->w_buffer, lnum), (colnr_T)MAXCOL);
|
||||
}
|
||||
|
||||
const uint32_t inline_filter[4] = {[kMTMetaInline] = kMTFilterSelect };
|
||||
static const uint32_t inline_filter[4] = {[kMTMetaInline] = kMTFilterSelect };
|
||||
|
||||
/// Prepare the structure passed to charsize functions.
|
||||
///
|
||||
/// "line" is the start of the line.
|
||||
|
Reference in New Issue
Block a user