File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import type { Dimension } from "jsr:@vim-fall/core@^0.3.0/coordinator";
8
8
import { BaseComponent , ComponentProperties } from "./_component.ts" ;
9
9
10
10
export const HIGHLIGHT_MATCH = "FallListMatch" ;
11
- export const SIGN_GROUP_SELECTED = "PopUpFallListSelected " ;
12
- export const SIGN_SELECTED = "FallListSelected " ;
11
+ export const SIGN_GROUP_SELECTED = "PopUpFallListSelectedSign " ;
12
+ export const SIGN_SELECTED = "FallListSelectedSign " ;
13
13
14
14
/**
15
15
* Type representing the decoration properties of an item,
Original file line number Diff line number Diff line change @@ -187,13 +187,13 @@ For example:
187
187
-------------------------------------------------------------------------------
188
188
SIGN *fall-configuration-sign*
189
189
190
- Use FallXXXXX sign groups to configure the picker window appearance. See
190
+ Use FallXXXXXSign sign groups to configure the picker window appearance. See
191
191
| fall-sign | for a list of available sign groups.
192
192
193
193
For example:
194
194
>vim
195
195
function! s:my_fall_style() abort
196
- sign define FallListSelected text=*
196
+ sign define FallListSelectedSign text=*
197
197
endfunction
198
198
199
199
augroup fall_plugin_style
@@ -643,7 +643,7 @@ HIGHLIGHT *fall-highlight*
643
643
-----------------------------------------------------------------------------
644
644
SIGN *fall-sign*
645
645
646
- *FallListSelected *
646
+ *FallListSelectedSign *
647
647
Indicator sign for the selected item in the list component.
648
648
Default to "»".
649
649
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function! s:init() abort
20
20
" List
21
21
highlight default link FallListMatch Search
22
22
highlight default link FallListSelected CurSearch
23
- sign define FallListSelected text= ≫
23
+ sign define FallListSelectedSign text= ≫
24
24
25
25
" Help
26
26
highlight default link FallHelpHeader Conceal
You can’t perform that action at this time.
0 commit comments