Tweak color scheme and vim dict
This commit is contained in:
parent
7c828c01f1
commit
c0dd5208a0
|
@ -61,7 +61,7 @@ call X("MatchParen", "", s:select, "")
|
||||||
call X("Folded", s:comment, s:bg, "")
|
call X("Folded", s:comment, s:bg, "")
|
||||||
call X("FoldColumn", s:comment, s:bg, "")
|
call X("FoldColumn", s:comment, s:bg, "")
|
||||||
call X("SpellBad", s:spell, s:bg, "bold")
|
call X("SpellBad", s:spell, s:bg, "bold")
|
||||||
call X("SpellCap", s:spell, s:bg, "bold") " A word that should start with a capital
|
call X("SpellCap", s:text, s:bg, "") " A word that should start with a capital
|
||||||
call X("SpellLocal", s:spell, s:bg, "bold") " Correctly spelled but used in another region.
|
call X("SpellLocal", s:spell, s:bg, "bold") " Correctly spelled but used in another region.
|
||||||
call X("SpellRare", s:text, s:bg, "") " A correctly spelled that is hardly ever used. Don't care about this.
|
call X("SpellRare", s:text, s:bg, "") " A correctly spelled that is hardly ever used. Don't care about this.
|
||||||
call X("ErrorMsg", s:error, s:bg, "bold")
|
call X("ErrorMsg", s:error, s:bg, "bold")
|
||||||
|
|
|
@ -266,3 +266,8 @@ throughs
|
||||||
throughs
|
throughs
|
||||||
incentivise
|
incentivise
|
||||||
malware
|
malware
|
||||||
|
foofy
|
||||||
|
memcpy
|
||||||
|
strlen
|
||||||
|
u8
|
||||||
|
s64
|
||||||
|
|
Loading…
Reference in New Issue
Block a user