From 452c0f9e6c355c2d5ecf34ed63fa59fd7b4fc23d Mon Sep 17 00:00:00 2001
From: TorchedSammy
Date: Sun, 9 Jul 2023 20:54:02 +0000
Subject: [PATCH] deploy: 6569b1d0f4e29b66bd51ae2a724efdce2f5136b0
---
versions/merge/docs/api/hilbish/hilbish.editor/index.html | 4 +++-
versions/merge/docs/api/hilbish/index.html | 3 ++-
versions/merge/docs/api/hilbish/index.xml | 1 +
versions/merge/index.xml | 1 +
4 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/versions/merge/docs/api/hilbish/hilbish.editor/index.html b/versions/merge/docs/api/hilbish/hilbish.editor/index.html
index f1f6697..dfa683c 100644
--- a/versions/merge/docs/api/hilbish/hilbish.editor/index.html
+++ b/versions/merge/docs/api/hilbish/hilbish.editor/index.html
@@ -7,5 +7,7 @@ directly interact with the line editor in use.
getLine() -> string
Returns the current input line.
getVimRegister(register) -> string
Returns the text that is at the register.
insert(text)
-
Inserts text into the line.
setVimRegister(register, text)
+
Inserts text into the line.
getChar() -> string
+
Reads a keystroke from the user. This is in a format
+of something like Ctrl-L.
setVimRegister(register, text)
Sets the vim register at register
to hold the passed text.