2
2
镜像自地址 https://github.com/Hilbis/Hilbish 已同步 2025-07-14 14:52:02 +00:00

docs: update

这个提交包含在:
sammyette 2023-07-09 23:41:25 -04:00
父节点 4c6758c732
当前提交 1f5ab90586
签署人:: sammyette
GPG 密钥 ID: 904FC49417B44DCD
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -23,7 +23,7 @@ Inserts text into the line.
### getChar() -> string
Reads a keystroke from the user. This is in a format
of something like Ctrl-L.
of something like Ctrl-L..
### setVimRegister(register, text)
Sets the vim register at `register` to hold the passed text.

查看文件

@ -41,7 +41,7 @@ function hilbish.editor.getVimRegister(register) end
function hilbish.editor.insert(text) end
--- Reads a keystroke from the user. This is in a format
--- of something like Ctrl-L.
--- of something like Ctrl-L..
function hilbish.editor.getChar() end
--- Sets the vim register at `register` to hold the passed text.