Skip to content

Commit 6bc57d3

Browse files
committed
Remove unnecessary syntax clear on renderer.syntax()
1 parent 2265dc1 commit 6bc57d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/fern/renderer/default.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function! s:lnum(index) abort
3838
endfunction
3939

4040
function! s:syntax() abort
41-
syntax clear
4241
execute printf(
4342
\ 'syntax match FernRootSymbol /\%%1l%s/ nextgroup=FernRootText',
4443
\ escape(g:fern#renderer#default#root_symbol, s:ESCAPE_PATTERN),

0 commit comments

Comments
 (0)