File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ endfunction
40
40
function ! s: syntax () abort
41
41
syntax match FernLeaf / ^.*[^/].*$/ transparent contains =FernLeafSymbol
42
42
syntax match FernBranch / ^.*\/ .*$/ transparent contains =FernBranchSymbol
43
- syntax match FernRoot / \% 1l.*/ transparent contains =FernRootText
43
+ syntax match FernRoot / \% 1l.*/ transparent contains =FernRootSymbol
44
44
execute printf (
45
45
\ ' syntax match FernRootSymbol /%s/ contained nextgroup=FernRootText' ,
46
46
\ escape (g: fern #renderer#default#root_symbol, s: ESCAPE_PATTERN ),
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ nodes as a tree.
561
561
Return a promise which is resolved to a list of | String | .
562
562
563
563
Change (v1.6.0):~
564
- Second argumet ({marks} ) has removed.
564
+ Second argument ({marks} ) has removed.
565
565
566
566
*fern-develop-renderer.index()*
567
567
.index({lnum} )
You can’t perform that action at this time.
0 commit comments