mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-03 14:28:32 +08:00
Manparser: Also replace \(cq escapes in the non-Deroff manparser
I'm not entirely sure why we have multiple parsers here, but I'm guessing there's a reason. Fixes #7086.
This commit is contained in:
parent
ab2db135ba
commit
0846fc8181
@ -260,6 +260,7 @@ def remove_groff_formatting(data):
|
||||
data = data.replace("\-", "-")
|
||||
data = data.replace(".I", "")
|
||||
data = data.replace("\f", "")
|
||||
data = data.replace("\(cq", "'")
|
||||
return data
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user