mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Merge pull request #11784
This commit is contained in:
@@ -529,7 +529,7 @@ class TypeScdocManParser(ManParser):
|
||||
return False
|
||||
options_section = options_section_matched.group(1)
|
||||
|
||||
options_parts_regex = re.compile("(.*?).RE", re.DOTALL)
|
||||
options_parts_regex = re.compile(r"(.*?)\.RE", re.DOTALL)
|
||||
options_matched = re.match(options_parts_regex, options_section)
|
||||
add_diagnostic("Command is %r" % CMDNAME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user