diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-04-27 13:36:12 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-04-27 17:39:21 +1000 |
| commit | 954373d3cfa9d168f7949f12cb7b2e730d18de99 (patch) | |
| tree | 780e9cd53936d9d0fa54d0dea2b7edf5203e7123 /test/highlight/replace-multiline-range/script | |
| parent | 65620fb8306f65247c8a2fb9732aa68dfe707308 (diff) | |
Support multi-line replace-ranges
This likely has lots of rough edges, but should be an initial proof
of concept to support folding.
Diffstat (limited to 'test/highlight/replace-multiline-range/script')
| -rw-r--r-- | test/highlight/replace-multiline-range/script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/highlight/replace-multiline-range/script b/test/highlight/replace-multiline-range/script new file mode 100644 index 00000000..d15654fa --- /dev/null +++ b/test/highlight/replace-multiline-range/script @@ -0,0 +1,7 @@ +ui_out '{ "jsonrpc": "2.0", "method": "set_ui_options", "params": [{}] }' +ui_out '{ "jsonrpc": "2.0", "method": "draw", "params": [[[{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "\u000a" }], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": ".." }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "\u000a" }], [{ "face": { "fg": "white", "bg": "blue", "attributes": [] }, "contents": "1" }, { "face": { "fg": "white", "bg": "blue", "attributes": [] }, "contents": ".." }, { "face": { "fg": "black", "bg": "white", "attributes": [] }, "contents": "0" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "\u000a" }]], { "fg": "default", "bg": "default", "attributes": [] }, { "fg": "blue", "bg": "default", "attributes": [] }] }' +ui_out '{ "jsonrpc": "2.0", "method": "menu_hide", "params": [] }' +ui_out '{ "jsonrpc": "2.0", "method": "info_hide", "params": [] }' +ui_out '{ "jsonrpc": "2.0", "method": "draw_status", "params": [[], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "out 5:5 " }, { "face": { "fg": "black", "bg": "yellow", "attributes": [] }, "contents": "[+]" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " " }, { "face": { "fg": "blue", "bg": "default", "attributes": [] }, "contents": "1 sel" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " - client0@[kak-tests]" }], { "fg": "cyan", "bg": "default", "attributes": [] }] }' +ui_out '{ "jsonrpc": "2.0", "method": "set_cursor", "params": ["buffer", { "line": 2, "column": 3 }] }' +ui_out '{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }' |
