mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Fix #6315
This commit is contained in:
@@ -563,7 +563,7 @@ func find_marks(text string, opts *Options, cli_args ...string) (sanitized_text
|
|||||||
} else if opts.Type == "hyperlink" {
|
} else if opts.Type == "hyperlink" {
|
||||||
ans = hyperlinks
|
ans = hyperlinks
|
||||||
} else if opts.Type == "word" {
|
} else if opts.Type == "word" {
|
||||||
ans = mark_words(text, opts)
|
ans = mark_words(sanitized_text, opts)
|
||||||
} else {
|
} else {
|
||||||
err = run_basic_matching()
|
err = run_basic_matching()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user