Merge pull request #217 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-02-22 11:00:14 +00:00 committed by GitHub
commit 86b542b4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
call s:hi('Italic', 0xE, '', 'italic', '')
call s:hi('Bold', 0xA, '', 'bold', '')
call s:hi('Underlined', 0x8, '', 'underline', '')
call s:hi('Title', 0xD, '', '', '')
call s:hi('Title', 0xD, '', 'NONE', '')
hi! link Directory Title
call s:hi('Conceal', 0xC, 'NONE', '', '')
call s:hi('NonText', 0x3, '', '', '')