Add tests for selection undo
This commit is contained in:
parent
016e1be77f
commit
8e8c2fb46d
1
test/normal/selection-undo/redo/cmd
Normal file
1
test/normal/selection-undo/redo/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
|
4
test/normal/selection-undo/redo/in
Normal file
4
test/normal/selection-undo/redo/in
Normal file
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
2
|
||||
3
|
||||
4
|
4
test/normal/selection-undo/redo/out
Normal file
4
test/normal/selection-undo/redo/out
Normal file
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
2
|
||||
here3
|
||||
4
|
2
test/normal/selection-undo/redo/script
Normal file
2
test/normal/selection-undo/redo/script
Normal file
|
@ -0,0 +1,2 @@
|
|||
ui_out -ignore 4
|
||||
ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "2jj<c-h><c-h><c-k>ihere<esc>" ] }'
|
1
test/normal/selection-undo/undo/cmd
Normal file
1
test/normal/selection-undo/undo/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
|
4
test/normal/selection-undo/undo/in
Normal file
4
test/normal/selection-undo/undo/in
Normal file
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
2
|
||||
3
|
||||
4
|
4
test/normal/selection-undo/undo/out
Normal file
4
test/normal/selection-undo/undo/out
Normal file
|
@ -0,0 +1,4 @@
|
|||
here1
|
||||
2
|
||||
3
|
||||
4
|
2
test/normal/selection-undo/undo/script
Normal file
2
test/normal/selection-undo/undo/script
Normal file
|
@ -0,0 +1,2 @@
|
|||
ui_out -ignore 4
|
||||
ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "j2j<c-h><c-h>ihere<esc>" ] }'
|
Loading…
Reference in New Issue
Block a user