mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #217 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
86b542b4d0
1 changed files with 1 additions and 1 deletions
|
@ -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, '', '', '')
|
||||
|
|
Loading…
Reference in a new issue