From b68b507ddcb4a5bb95b81de583321290ce2e28b4 Mon Sep 17 00:00:00 2001
From: TorchedSammy
Date: Sun, 12 Nov 2023 00:38:05 +0000
Subject: [PATCH] deploy: 65761f8094c4cd5ca5974283b0912cd83eae2e88
---
.../docs/api/hilbish/hilbish.editor/index.html | 4 +++-
versions/native-modules/docs/api/hilbish/index.html | 3 ++-
versions/native-modules/docs/api/hilbish/index.xml | 1 +
versions/native-modules/docs/features/index.xml | 2 +-
.../native-modules/docs/features/runner-mode/index.html | 6 +++---
versions/native-modules/index.xml | 3 ++-
versions/native-modules/sitemap.xml | 2 +-
7 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/versions/native-modules/docs/api/hilbish/hilbish.editor/index.html b/versions/native-modules/docs/api/hilbish/hilbish.editor/index.html
index f6c8c88..17ebea4 100644
--- a/versions/native-modules/docs/api/hilbish/hilbish.editor/index.html
+++ b/versions/native-modules/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.