mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
API: validation: mention invalid method name (#8489)
This commit is contained in:
@@ -31,7 +31,7 @@ end
|
||||
|
||||
local function on_notification(event, args)
|
||||
if event == 'ping' and #args == 0 then
|
||||
session:notify("vim_eval", "rpcnotify(g:channel, 'pong')")
|
||||
session:notify("nvim_eval", "rpcnotify(g:channel, 'pong')")
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user