diff options
| author | Enrico Borba <enricozb@users.noreply.github.com> | 2024-12-23 09:23:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 09:23:58 +0100 |
| commit | 52125e6336d596aebdd4da91080b3178ddca7449 (patch) | |
| tree | 27d3e5c01660d567f22fee621c97753f294256b0 /test/hooks/completion-hide-using-register/script | |
| parent | 14cb35f62b36b2f1aa530adb5e31c05ff1347bfc (diff) | |
| parent | 9c458c50661446fc6e7295787b06422137af099d (diff) | |
Merge branch 'master' into enricozb/daemon-stdin
Diffstat (limited to 'test/hooks/completion-hide-using-register/script')
| -rw-r--r-- | test/hooks/completion-hide-using-register/script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/hooks/completion-hide-using-register/script b/test/hooks/completion-hide-using-register/script new file mode 100644 index 00000000..a6096a99 --- /dev/null +++ b/test/hooks/completion-hide-using-register/script @@ -0,0 +1,7 @@ +ui_out -until '{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }' +ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "Oe" ] }' +ui_out -until '{ "jsonrpc": "2.0", "method": "menu_show", "params": [[[{ "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": "echo" }, { "face": { "fg": "default", "bg": "default", "underline": "default", "attributes": [] }, "contents": " " }, { "face": { "fg": "cyan", "bg": "default", "underline": "default", "attributes": [] }, "contents": "out" }]], { "line": 0, "column": 0 }, { "fg": "white", "bg": "blue", "underline": "default", "attributes": [] }, { "fg": "blue", "bg": "white", "underline": "default", "attributes": [] }, "inline"] }' +ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "<c-n>" ] }' +ui_out -until '{ "jsonrpc": "2.0", "method": "menu_select", "params": [1] }' +ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "<c-r>\"" ] }' +ui_out -until '{ "jsonrpc": "2.0", "method": "menu_hide", "params": [] }' |
