vim: Switch to a dot that shows up in the middle on Linux for module separator

This commit is contained in:
Patrick Walton 2012-07-30 19:33:48 -07:00
parent 51a06c15da
commit 09e893ba2e

View File

@ -104,7 +104,7 @@ syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo ke
syn keyword rustTodo TODO FIXME XXX NB
" For those who don't want to see `::`...
syn match rustModPathSep "::" conceal cchar=
syn match rustModPathSep "::" conceal cchar=
syn match rustArrowHead contained ">" conceal cchar= 
syn match rustArrowTail contained "-" conceal cchar=