diff options
author | luukvbaal <luukvbaal@gmail.com> | 2025-01-02 15:40:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 06:40:39 -0800 |
commit | 43d552c56648bc3125c7509b3d708b6bf6c0c09c (patch) | |
tree | 0fe37677e6184c9229fce1a8d8dbb9e7f3dff6b4 /test/functional/ui/messages_spec.lua | |
parent | 48e2a73610ca5639408f79b3d8eebd3e5f57a327 (diff) | |
download | rneovim-43d552c56648bc3125c7509b3d708b6bf6c0c09c.tar.gz rneovim-43d552c56648bc3125c7509b3d708b6bf6c0c09c.tar.bz2 rneovim-43d552c56648bc3125c7509b3d708b6bf6c0c09c.zip |
feat(ui): more intuitive :substitute confirm prompt #31787
Problem: Unknown key mappings listed in substitute confirm message.
Solution: Include hints as to what the key mappings do.
Diffstat (limited to 'test/functional/ui/messages_spec.lua')
-rw-r--r-- | test/functional/ui/messages_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua index 56b2c61fb8..1e51652c4f 100644 --- a/test/functional/ui/messages_spec.lua +++ b/test/functional/ui/messages_spec.lua @@ -141,7 +141,7 @@ describe('ui/ext_messages', function() content = { { '' } }, hl_id = 18, pos = 0, - prompt = 'replace with X (y/n/a/q/l/^E/^Y)?', + prompt = 'replace with X? (y)es/(n)o/(a)ll/(q)uit/(l)ast/scroll up(^E)/down(^Y)', }, }, }) |