1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

finally bothered fixing error color

This commit is contained in:
Connor Olding 2016-09-07 19:02:17 -07:00
parent a04a08950f
commit 64b70a1f6c

View File

@ -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("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("ErrorMsg", s:k, s:R)
call <SID>X("TabLineSel", s:k, s:Y) " okay