mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor/single-include: ui.h, ui_bridge.h, ugrid.h (#6571)
This commit is contained in:
parent
e41c044b53
commit
1e83add288
@ -448,9 +448,6 @@ set(NO_SINGLE_CHECK_HEADERS
|
|||||||
tag.h
|
tag.h
|
||||||
terminal.h
|
terminal.h
|
||||||
tui/tui.h
|
tui/tui.h
|
||||||
ugrid.h
|
|
||||||
ui.h
|
|
||||||
ui_bridge.h
|
|
||||||
undo.h
|
undo.h
|
||||||
undo_defs.h
|
undo_defs.h
|
||||||
)
|
)
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "api/private/defs.h"
|
#include "api/private/defs.h"
|
||||||
|
#include "nvim/buffer_defs.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool bold, underline, undercurl, italic, reverse;
|
bool bold, underline, undercurl, italic, reverse;
|
||||||
|
Loading…
Reference in New Issue
Block a user