1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 15:40:04 +08:00
SpaceVim/test/lua/api/prompt.lua

11 lines
156 B
Lua
Raw Normal View History

2022-07-10 20:51:19 +08:00
local prompt = require('spacevim.api').import('prompt')
local function handle_fly(...)
end
prompt._handle_fly = handle_fly
prompt.open()