mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
feat(api): evaluate statusline string #16020
Adds API function `nvim_eval_statusline` to allow evaluating a statusline string and obtaining information regarding it. Closes https://github.com/neovim/neovim/issues/15849
This commit is contained in:
@@ -51,5 +51,12 @@ return {
|
||||
runtime = {
|
||||
"is_lua";
|
||||
};
|
||||
eval_statusline = {
|
||||
"winid";
|
||||
"maxwidth";
|
||||
"fillchar";
|
||||
"highlights";
|
||||
"use_tabline";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user