diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-01-28 08:29:41 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-01-28 08:29:41 +1100 |
| commit | d5ae08498c529e8bfb22e0aaae7fee993d1e05ab (patch) | |
| tree | 25d7e6849b620aa78c4b7f845cfc3ca61c5dac72 /test/normal/selection-undo/windisplay-hook | |
| parent | 6b7ed51be1e8c18898c43b4cf6075c5e1d27364c (diff) | |
| parent | 516759bb2fd95d02134bc84130bf9060e0354310 (diff) | |
Merge remote-tracking branch 'krobelus/selection-undo-fix-standstill-after-buffer-change'
Diffstat (limited to 'test/normal/selection-undo/windisplay-hook')
| -rw-r--r-- | test/normal/selection-undo/windisplay-hook/cmd | 1 | ||||
| -rw-r--r-- | test/normal/selection-undo/windisplay-hook/in | 3 | ||||
| -rw-r--r-- | test/normal/selection-undo/windisplay-hook/out | 3 | ||||
| -rw-r--r-- | test/normal/selection-undo/windisplay-hook/rc | 1 | ||||
| -rw-r--r-- | test/normal/selection-undo/windisplay-hook/script | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/test/normal/selection-undo/windisplay-hook/cmd b/test/normal/selection-undo/windisplay-hook/cmd new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/test/normal/selection-undo/windisplay-hook/cmd @@ -0,0 +1 @@ + diff --git a/test/normal/selection-undo/windisplay-hook/in b/test/normal/selection-undo/windisplay-hook/in new file mode 100644 index 00000000..01e79c32 --- /dev/null +++ b/test/normal/selection-undo/windisplay-hook/in @@ -0,0 +1,3 @@ +1 +2 +3 diff --git a/test/normal/selection-undo/windisplay-hook/out b/test/normal/selection-undo/windisplay-hook/out new file mode 100644 index 00000000..92243f2b --- /dev/null +++ b/test/normal/selection-undo/windisplay-hook/out @@ -0,0 +1,3 @@ +1 +2 +here3 diff --git a/test/normal/selection-undo/windisplay-hook/rc b/test/normal/selection-undo/windisplay-hook/rc new file mode 100644 index 00000000..b157a2ce --- /dev/null +++ b/test/normal/selection-undo/windisplay-hook/rc @@ -0,0 +1 @@ +hook global WinDisplay .*/out %{exec j} diff --git a/test/normal/selection-undo/windisplay-hook/script b/test/normal/selection-undo/windisplay-hook/script new file mode 100644 index 00000000..d2fd1c40 --- /dev/null +++ b/test/normal/selection-undo/windisplay-hook/script @@ -0,0 +1,2 @@ +ui_out -ignore 4 +ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "j:buffer *debug*<ret><c-h>ihere<esc>" ] }' |
