We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ca0a8 commit 7538d53Copy full SHA for 7538d53
denops/ddc/ext.ts
@@ -60,7 +60,7 @@ export async function getUi(
60
if (!ui) {
61
await printError(
62
denops,
63
- `Not found ui: "${options.ui}"`,
+ `Not found ui: "${name}"`,
64
);
65
66
return [
0 commit comments