diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-07-30 19:33:48 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-07-30 19:37:20 -0700 |
| commit | 09e893ba2e7158c8bc24bac8bd4fcecf2353c3d3 (patch) | |
| tree | 0897ab3a12efc637a94f442a7a6bb1c74626891b /src | |
| parent | 51a06c15da1511a79cd7260f7d7473ed94292785 (diff) | |
| download | rust-09e893ba2e7158c8bc24bac8bd4fcecf2353c3d3.tar.gz rust-09e893ba2e7158c8bc24bac8bd4fcecf2353c3d3.zip | |
vim: Switch to a dot that shows up in the middle on Linux for module separator
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 7df2b5e0608..cc36ab9eac2 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -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=⟶ |
