File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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-help" ,
85+ "setlocal nocursorline signcolumn=no nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-help" ,
8686 ) ;
8787
8888 this . forceRender ( ) ;
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export class InputComponent extends BaseComponent {
209209 await fn . win_execute (
210210 denops ,
211211 this . info ! . winid ,
212- "setlocal signcolumn=no nofoldenable nonumber norelativenumber filetype=fall-input" ,
212+ "setlocal nocursorline signcolumn=no nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-input" ,
213213 ) ;
214214 this . forceRender ( ) ;
215215 return stack . move ( ) ;
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export class ListComponent extends BaseComponent {
113113 await fn . win_execute (
114114 denops ,
115115 winid ,
116- "setlocal cursorline signcolumn=yes nowrap nofoldenable nonumber norelativenumber filetype=fall-list" ,
116+ "setlocal cursorline signcolumn=yes nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-list" ,
117117 ) ;
118118
119119 signal ?. throwIfAborted ( ) ;
You can’t perform that action at this time.
0 commit comments