1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:40:04 +08:00
SpaceVim/lua/spacevim/api/vim/buffer.lua
2019-10-11 23:07:03 +08:00

10 lines
136 B
Lua

local buffer = {}
function buffer.set_lines(bufnr, startindex, endindex, replacement)
print("hello")
end
return buffer