summaryrefslogtreecommitdiff
path: root/lua/99/prompt-settings.lua
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-07 15:24:09 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-07 15:24:09 -0700
commit52f51229ce91a02070dfcf3eae1fd1104e1e99a7 (patch)
treeecddc4435421cfca6895fe19559928b893e3b30d /lua/99/prompt-settings.lua
parent4c110b5f8131339d910e47118c81813fd799eec2 (diff)
downloada4-52f51229ce91a02070dfcf3eae1fd1104e1e99a7.tar.xz
a4-52f51229ce91a02070dfcf3eae1fd1104e1e99a7.zip
search stubbed, and more instructions for visual mode
Diffstat (limited to 'lua/99/prompt-settings.lua')
-rw-r--r--lua/99/prompt-settings.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/99/prompt-settings.lua b/lua/99/prompt-settings.lua
index 2a0d76c..25f3715 100644
--- a/lua/99/prompt-settings.lua
+++ b/lua/99/prompt-settings.lua
@@ -128,7 +128,12 @@ consider the context of the selection and what you are suppose to be implementin
)
end,
-- luacheck: ignore 631
- read_tmp = "never attempt to read TEMP_FILE. It is purely for output. Previous contents, which may not exist, can be written over without worry",
+ read_tmp = [[
+never attempt to read TEMP_FILE.
+It is purely for output.
+Previous contents, which may not exist, can be written over without worry
+After writing TEMP_FILE once you should be done. Be done and end the session.
+]],
}
--- @class _99.Prompts