mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 08:15:41 +00:00
api: consistently use nvim_ prefix and update documentation
This commit is contained in:
@@ -26,7 +26,7 @@ local funcs = require('eval').funcs
|
||||
local metadata = mpack.unpack(io.open(arg[3], 'rb'):read("*all"))
|
||||
for i,fun in ipairs(metadata) do
|
||||
if not fun.noeval then
|
||||
funcs['api_'..fun.name] = {
|
||||
funcs[fun.name] = {
|
||||
args=#fun.parameters,
|
||||
func='api_wrapper',
|
||||
data='&handle_'..fun.name,
|
||||
|
||||
Reference in New Issue
Block a user