Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion denops/fall/component/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class ListComponent extends BaseComponent {
await fn.win_execute(
denops,
winid,
"setlocal cursorline signcolumn=yes nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-list",
"setlocal cursorline cursorlineopt=line signcolumn=yes nowrap nolist nofoldenable nonumber norelativenumber filetype=fall-list",
);

signal?.throwIfAborted();
Expand Down
2 changes: 1 addition & 1 deletion denops/fall/component/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class PreviewComponent extends BaseComponent {
await fn.win_execute(
denops,
winid,
`silent! setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nomodifiable nowrap cursorline`,
`silent! setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nomodifiable nowrap cursorline cursorlineopt=number,line`,
);
// Move cursor
await fn.win_execute(
Expand Down
Loading