mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
finally bothered fixing error color
This commit is contained in:
parent
a04a08950f
commit
64b70a1f6c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ call <SID>X("Search", s:k, s:Y) " good
|
||||||
call <SID>X("VertSplit", s:K, s:K) " good
|
call <SID>X("VertSplit", s:K, s:K) " good
|
||||||
call <SID>X("Folded", s:K, s:k) " good
|
call <SID>X("Folded", s:K, s:k) " good
|
||||||
",
|
",
|
||||||
call <SID>X("Error", s:R, "")
|
call <SID>X("Error", s:k, s:R)
|
||||||
call <SID>X("Exception", s:R, "") " ???
|
call <SID>X("Exception", s:R, "") " ???
|
||||||
call <SID>X("ErrorMsg", s:k, s:R)
|
call <SID>X("ErrorMsg", s:k, s:R)
|
||||||
call <SID>X("TabLineSel", s:k, s:Y) " okay
|
call <SID>X("TabLineSel", s:k, s:Y) " okay
|
||||||
|
|
Loading…
Add table
Reference in a new issue