mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
multigrid: Change screen_* functions to grid_* functions
This commit is contained in:

committed by
Björn Linse

parent
c9b559a030
commit
f102f50ebe
@@ -16,6 +16,7 @@ typedef enum {
|
||||
kUIWildmenu,
|
||||
#define kUIGlobalCount (kUIWildmenu+1)
|
||||
kUILinegrid,
|
||||
kUIMultigrid,
|
||||
kUIHlState,
|
||||
kUIExtCount,
|
||||
} UIExtension;
|
||||
@@ -26,6 +27,7 @@ EXTERN const char *ui_ext_names[] INIT(= {
|
||||
"ext_tabline",
|
||||
"ext_wildmenu",
|
||||
"ext_linegrid",
|
||||
"ext_multigrid",
|
||||
"ext_hlstate",
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user