diff options
| author | Dan Rosén <dan.rosen@gu.se> | 2017-03-10 10:06:37 +0100 |
|---|---|---|
| committer | Dan Rosén <dan.rosen@gu.se> | 2017-03-11 21:43:51 +0100 |
| commit | 5a403a961149e51f344233c901bee5da9e7cac0a (patch) | |
| tree | 4d826db8a7d2fc6648a5a00e50f58458591b61ad /test/highlight | |
| parent | b9317ba38c3e8f2bc4196705d65bbc8a8ef8dbf4 (diff) | |
Increase modelinefmt configuration power
Diffstat (limited to 'test/highlight')
| -rw-r--r-- | test/highlight/regions/display | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/highlight/regions/display b/test/highlight/regions/display index 48ffd082..4a84dcbb 100644 --- a/test/highlight/regions/display +++ b/test/highlight/regions/display @@ -1,5 +1,5 @@ { "jsonrpc": "2.0", "method": "draw", "params": [[[{ "face": { "fg": "black", "bg": "white", "attributes": [] }, "contents": "\"" }, { "face": { "fg": "green", "bg": "default", "attributes": [] }, "contents": "abcdefgh\"" }, { "face": { "fg": "yellow", "bg": "default", "attributes": [] }, "contents": " hehe " }, { "face": { "fg": "red", "bg": "default", "attributes": [] }, "contents": "${ youhou{hihi} }" }, { "face": { "fg": "yellow", "bg": "default", "attributes": [] }, "contents": "\u000a" }, { "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "" }]], { "fg": "default", "bg": "default", "attributes": [] }, { "fg": "blue", "bg": "default", "attributes": [] }] } { "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_status", "params": [[], [{ "face": { "fg": "default", "bg": "default", "attributes": [] }, "contents": "out 1:1 " }, { "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": " - unnamed0@[kak-tests]" }], { "fg": "cyan", "bg": "default", "attributes": [] }] } { "jsonrpc": "2.0", "method": "refresh", "params": [true] } |
