fix nvim__buf_stats

Accidentally renamed in 1cb4674547.
This commit is contained in:
Justin M. Keyes 2019-11-10 22:21:05 -08:00
parent a0d992785f
commit 7a3d3257db
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ Array nvim_buf_get_virtual_text(Buffer buffer, Integer lnum, Error *err)
return chunks;
}
Dictionary nvim__uf_stats(Buffer buffer, Error *err)
Dictionary nvim__buf_stats(Buffer buffer, Error *err)
{
Dictionary rv = ARRAY_DICT_INIT;