Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent 0c2662d commit 5a6c2e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@shougo/ddu-ui-ff",
"name": "@shougo/ddu-ui-filer",
"version": "0.0.0",
"exports": {
".": "./denops/@ddu-uis/filer.ts",
Expand Down
2 changes: 1 addition & 1 deletion denops/@ddu-uis/filer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ export class Ui extends BaseUi<Params> {
await printError(
denops,
e,
`[ddu-ui-ff] invalid expression in option: ${name}`,
`[ddu-ui-filer] invalid expression in option: ${name}`,
);

// Fallback to default param.
Expand Down
4 changes: 2 additions & 2 deletions doc/ddu-ui-filer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ winHeight (number | string)
"horizontal".
if |ddu-ui-filer-param-split| is "floating",
set the height of the floating window.
NOTE: If |ddu-ui-ff-param-previewSplit| is "horizontal", the
value must be less than `&lines - 2`.
NOTE: If |ddu-ui-filer-param-previewSplit| is "horizontal",
the value must be less than `&lines - 2`.

Default: 20

Expand Down

0 comments on commit 5a6c2e8

Please sign in to comment.