Commit undo group after removign initial selection markers in testing script
This commit is contained in:
parent
c94b343c65
commit
cd0aeefa81
5
test/run
5
test/run
|
@ -22,7 +22,7 @@ main() { number_tests=0 number_failures=0
|
||||||
source rc
|
source rc
|
||||||
}
|
}
|
||||||
try %{
|
try %{
|
||||||
exec '%s%[(](.+?)[)]<ret>i<del><del><esc>a<backspace><esc>'
|
exec '%s%[(](.+?)[)]<ret>i<del><del><esc>a<backspace><c-u><esc>'
|
||||||
} \
|
} \
|
||||||
catch %{
|
catch %{
|
||||||
exec gg
|
exec gg
|
||||||
|
@ -32,7 +32,8 @@ main() { number_tests=0 number_failures=0
|
||||||
echo \"\$kak_selections\" > selections
|
echo \"\$kak_selections\" > selections
|
||||||
echo \"\$kak_selections_desc\" > state
|
echo \"\$kak_selections_desc\" > state
|
||||||
}
|
}
|
||||||
write out; quit!
|
write out
|
||||||
|
quit!
|
||||||
"
|
"
|
||||||
kak out -n -e $kak_commands
|
kak out -n -e $kak_commands
|
||||||
for expect in $test_files; do
|
for expect in $test_files; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user