File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[
2
- {
3
- "caption" : " Codelf: Search Selection" ,
4
- "command" : " codelf_selection"
5
- },
6
2
{
7
3
"caption" : " Codelf: Search from Input" ,
8
4
"command" : " codelf_from_input"
9
5
},
10
6
{
11
- "caption" : " E : Search Selection" ,
7
+ "caption" : " Codelf : Search Selection" ,
12
8
"command" : " codelf_selection"
13
9
},
14
10
{
15
11
"caption" : " E: Search from Input" ,
16
12
"command" : " codelf_from_input"
13
+ },
14
+ {
15
+ "caption" : " E: Search Selection" ,
16
+ "command" : " codelf_selection"
17
17
}
18
18
]
Original file line number Diff line number Diff line change 10
10
"id" : " codelf" ,
11
11
"children" :
12
12
[
13
- {
14
- "command" : " codelf_selection" ,
15
- "caption" : " Search Selection"
16
- },
17
13
{
18
14
"command" : " codelf_from_input" ,
19
15
"caption" : " Search From Input"
16
+ },
17
+ {
18
+ "command" : " codelf_selection" ,
19
+ "caption" : " Search Selection"
20
20
}
21
21
]
22
22
}
You can’t perform that action at this time.
0 commit comments