diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-08 13:26:09 +0400 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-08 13:26:09 +0400 |
commit | 7adcfbff502c721f01cb57882dbf5aa3150e5871 (patch) | |
tree | c018d4aeaa1e9033310d40693aa66d1c40465d29 /doc | |
parent | 9a25dfdc41048e659a4f6b50f87c8a3ea771b01a (diff) | |
download | sciteco-7adcfbff502c721f01cb57882dbf5aa3150e5871.tar.gz |
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.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/htbl.tes | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Q.[format.\.#cr.\.[col].rowspan]">1;' -%.#cr> |