mirror of https://github.com/Hilbis/Hilbish
docs: update
parent
4c6758c732
commit
1f5ab90586
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue