Skip to content

Commit e048d52

Browse files
committed
fix: invalid filetype in help component
1 parent 9c6c452 commit e048d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/fall/component/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class HelpComponent extends BaseComponent {
8282
await fn.win_execute(
8383
denops,
8484
winid,
85-
"setlocal nocursorline signcolumn=no nowrap nofoldenable nonumber norelativenumber filetype=fall-document",
85+
"setlocal nocursorline signcolumn=no nowrap nofoldenable nonumber norelativenumber filetype=fall-help",
8686
);
8787

8888
this.forceRender();

0 commit comments

Comments
 (0)