Skip to content

Commit

Permalink
Adapt the tests to the new "draw_buflist" protocol method
Browse files Browse the repository at this point in the history
  • Loading branch information
lenormf committed Dec 23, 2016
1 parent 3986d18 commit 424999e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/highlight/regions/display
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
{ "jsonrpc": "2.0", "method": "menu_hide", "params": [] }
{ "jsonrpc": "2.0", "method": "info_hide", "params": [] }
{ "jsonrpc": "2.0", "method": "draw_status", "params": [[], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "out 1:1 " }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " " }, { "face": { "fg": "blue", "bg": "default", "attributes": [] }, "contents": "1 sel" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " - unnamed0@[kak-tests]" }], { "fg": "cyan", "bg": "default", "attributes": [] }] }
{ "jsonrpc": "2.0", "method": "draw_buflist", "params": [[{ "face": { "fg": "cyan", "bg": "default", "attributes": ["reverse"] }, "contents": "out" }, { "face": { "fg": "cyan", "bg": "default", "attributes": [] }, "contents": "*debug*" }], { "fg": "cyan", "bg": "default", "attributes": [] }] }
{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
{ "jsonrpc": "2.0", "method": "menu_hide", "params": [] }
{ "jsonrpc": "2.0", "method": "info_hide", "params": [] }
{ "jsonrpc": "2.0", "method": "draw_status", "params": [[], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "out 1:4 " }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " " }, { "face": { "fg": "blue", "bg": "default", "attributes": [] }, "contents": "1 sel" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": " - unnamed0@[kak-tests]" }], { "fg": "cyan", "bg": "default", "attributes": [] }] }
{ "jsonrpc": "2.0", "method": "draw_buflist", "params": [[{ "face": { "fg": "cyan", "bg": "default", "attributes": ["reverse"] }, "contents": "out" }, { "face": { "fg": "cyan", "bg": "default", "attributes": [] }, "contents": "*debug*" }], { "fg": "cyan", "bg": "default", "attributes": [] }] }
{ "jsonrpc": "2.0", "method": "refresh", "params": [true] }

0 comments on commit 424999e

Please sign in to comment.