mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
ui: rename ext_newgrid to ext_linegrid
This commit is contained in:
@@ -15,7 +15,7 @@ typedef enum {
|
||||
kUITabline,
|
||||
kUIWildmenu,
|
||||
#define kUIGlobalCount (kUIWildmenu+1)
|
||||
kUINewgrid,
|
||||
kUILinegrid,
|
||||
kUIHlState,
|
||||
kUIExtCount,
|
||||
} UIExtension;
|
||||
@@ -25,7 +25,7 @@ EXTERN const char *ui_ext_names[] INIT(= {
|
||||
"ext_popupmenu",
|
||||
"ext_tabline",
|
||||
"ext_wildmenu",
|
||||
"ext_newgrid",
|
||||
"ext_linegrid",
|
||||
"ext_hlstate",
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user