From dfa9f091132d1399a140a9549e8b81aa64bab884 Mon Sep 17 00:00:00 2001
From: TorchedSammy
Date: Sun, 9 Jul 2023 20:59:09 +0000
Subject: [PATCH] deploy: 3c0b5a83b49295d06ef64e34de578ec611e92773
---
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, 2 insertions(+), 7 deletions(-)
diff --git a/versions/merge/docs/api/hilbish/hilbish.editor/index.html b/versions/merge/docs/api/hilbish/hilbish.editor/index.html
index dfa683c..f1f6697 100644
--- a/versions/merge/docs/api/hilbish/hilbish.editor/index.html
+++ b/versions/merge/docs/api/hilbish/hilbish.editor/index.html
@@ -7,7 +7,5 @@ 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.
getChar() -> string
-
Reads a keystroke from the user. This is in a format
-of something like Ctrl-L.
setVimRegister(register, text)
+
Inserts text into the line.
setVimRegister(register, text)
Sets the vim register at register
to hold the passed text.