forked from rakr/vim-one
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: hi def but not hi link to override default def
`hi! link` overrides another `hi link` but not a `hi` def. Cause some defs may defined by default, use `hi` to override them. `hi` def all the builtin groups may be a much safer way. Check `:h highlight-groups` or `:highlight-default`. rakr#93 (comment)
- Loading branch information
1 parent
e86e1a0
commit 24658c8
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters