mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00

committed by
Justin M. Keyes

parent
37b755ab47
commit
9f994bb699
@@ -35,6 +35,7 @@
|
||||
#include "nvim/os/input.h"
|
||||
#include "nvim/viml/parser/expressions.h"
|
||||
#include "nvim/viml/parser/parser.h"
|
||||
#include "nvim/ui.h"
|
||||
|
||||
#define LINE_BUFFER_SIZE 4096
|
||||
|
||||
@@ -1468,3 +1469,12 @@ Float nvim__id_float(Float flt)
|
||||
{
|
||||
return flt;
|
||||
}
|
||||
|
||||
/// Gets a list of dictionaries representing attached UIs.
|
||||
///
|
||||
/// @return Array of UI dictionaries
|
||||
Array nvim_list_uis(void)
|
||||
FUNC_API_SINCE(4)
|
||||
{
|
||||
return ui_array();
|
||||
}
|
||||
|
Reference in New Issue
Block a user