From 13711485880fa685610325e7c043d24da4169b5c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 3 Dec 2017 15:54:21 +0800 Subject: [PATCH] test: fix support for '(' in initial selected text --- test/run | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/run b/test/run index a9d35d41..7a5feba4 100755 --- a/test/run +++ b/test/run @@ -12,7 +12,10 @@ main() { set global autoshowcompl false try %{ source rc } try %{ - exec -save-regs / %{%s%\(\K[^)]+ld(hHdi} + exec -save-regs / %{%s%\(\K[^)]+} + exec -draft ld + exec -draft hHd + exec i } catch %{ exec gg } hook global RuntimeError .+ %{ echo -debug -- error: %val{hook_param}