From 7adcfbff502c721f01cb57882dbf5aa3150e5871 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 8 Oct 2024 13:26:09 +0400 Subject: htbl.tes: fixed searching for caret * Due to recent changes, you now have to type S^Q^Q^^$ since the ASCII caret (94) is interpreted as a pattern match character. --- doc/htbl.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/htbl.tes b/doc/htbl.tes index 2bc5056..9cd5100 100755 --- a/doc/htbl.tes +++ b/doc/htbl.tes @@ -66,7 +66,7 @@ k q.[row]u.[frows] q.[col]u.[fcols] 1u.[row] 1u.[col] .u.#bd .,.+3:ST{^J"S .,S^JT}.-3X.[data.\.[row].\.[col]] C 1 | - .,.+2:S\^^"S + .,.+2:S\^^"S 0U.[format.\.[row].\.[col].rowspan] Q.[row]-1U.#cr 1;' -%.#cr> -- cgit v1.2.3