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