Skip to content

Commit cc8fd37

Browse files
committed
---
yaml --- r: 20751 b: refs/heads/snap-stage3 c: 09e893b h: refs/heads/master i: 20749: 5d2a485 20747: 723b98f 20743: 14e88a8 20735: 2213fe5 v: v3
1 parent 54340fb commit cc8fd37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 51a06c15da1511a79cd7260f7d7473ed94292785
4+
refs/heads/snap-stage3: 09e893ba2e7158c8bc24bac8bd4fcecf2353c3d3
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo ke
104104
syn keyword rustTodo TODO FIXME XXX NB
105105

106106
" For those who don't want to see `::`...
107-
syn match rustModPathSep "::" conceal cchar=
107+
syn match rustModPathSep "::" conceal cchar=
108108

109109
syn match rustArrowHead contained ">" conceal cchar= 
110110
syn match rustArrowTail contained "-" conceal cchar=

0 commit comments

Comments
 (0)