mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +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" {
|
||||
ans = hyperlinks
|
||||
} else if opts.Type == "word" {
|
||||
ans = mark_words(text, opts)
|
||||
ans = mark_words(sanitized_text, opts)
|
||||
} else {
|
||||
err = run_basic_matching()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user