1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:20:06 +08:00
SpaceVim/lua/spacevim/api/vim/buffer.lua

10 lines
136 B
Lua
Raw Normal View History

2019-10-11 23:07:03 +08:00
local buffer = {}
function buffer.set_lines(bufnr, startindex, endindex, replacement)
print("hello")
end
return buffer