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 9c6c452 commit e048d52Copy full SHA for e048d52
denops/fall/component/help.ts
@@ -82,7 +82,7 @@ export class HelpComponent extends BaseComponent {
82
await fn.win_execute(
83
denops,
84
winid,
85
- "setlocal nocursorline signcolumn=no nowrap nofoldenable nonumber norelativenumber filetype=fall-document",
+ "setlocal nocursorline signcolumn=no nowrap nofoldenable nonumber norelativenumber filetype=fall-help",
86
);
87
88
this.forceRender();
0 commit comments