mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 03:40:04 +08:00
10 lines
136 B
Lua
10 lines
136 B
Lua
local buffer = {}
|
|
|
|
function buffer.set_lines(bufnr, startindex, endindex, replacement)
|
|
print("hello")
|
|
end
|
|
|
|
return buffer
|
|
|
|
|