Skip to content

Commit 292a96c

Browse files
committed
Fix mergeDetectIntoPlugin()
1 parent af052bc commit 292a96c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

denops/dpp/dpp.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,9 @@ function mergeDetectIntoPlugin(
742742
}
743743

744744
p["protocol"] = protocolName;
745+
if (detect.name) {
746+
p["name"] = detect.name;
747+
}
745748
}
746749

747750
type Tag = {

0 commit comments

Comments
 (0)