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
4040function ! s: syntax () abort
4141 syntax match FernLeaf / ^.*[^/].*$/ transparent contains =FernLeafSymbol
4242 syntax match FernBranch / ^.*\/ .*$/ transparent contains =FernBranchSymbol
43- syntax match FernRoot / \% 1l.*/ transparent contains =FernRootText
43+ syntax match FernRoot / \% 1l.*/ transparent contains =FernRootSymbol
4444 execute printf (
4545 \ ' syntax match FernRootSymbol /%s/ contained nextgroup=FernRootText' ,
4646 \ 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.
561561 Return a promise which is resolved to a list of | String | .
562562
563563 Change (v1.6.0):~
564- Second argumet ({marks} ) has removed.
564+ Second argument ({marks} ) has removed.
565565
566566 *fern-develop-renderer.index()*
567567.index({lnum} )
You can’t perform that action at this time.
0 commit comments