mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
api: fix typo in debug function name
This commit is contained in:
@@ -1257,7 +1257,7 @@ Array nvim_buf_get_virtual_text(Buffer buffer, Integer lnum, Error *err)
|
|||||||
return chunks;
|
return chunks;
|
||||||
}
|
}
|
||||||
|
|
||||||
Dictionary nvim__uf_stats(Buffer buffer, Error *err)
|
Dictionary nvim__buf_stats(Buffer buffer, Error *err)
|
||||||
{
|
{
|
||||||
Dictionary rv = ARRAY_DICT_INIT;
|
Dictionary rv = ARRAY_DICT_INIT;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user