]> git.lizzy.rs Git - rust.git/commit
auto merge of #16486 : kballard/rust/vim_conceal, r=chris
authorbors <bors@rust-lang.org>
Fri, 15 Aug 2014 02:36:14 +0000 (02:36 +0000)
committerbors <bors@rust-lang.org>
Fri, 15 Aug 2014 02:36:14 +0000 (02:36 +0000)
commitbf0a925dcde7a2c66df4e05661a9b1d1472435ab
treeabca030b6aa1312760c5d5e2c359c61d4bd15c46
parent6b5ec40d452d910148de7c87121acbbe1be8851a
parent05e45b9e365edad947ff4de10680127686e39a04
auto merge of #16486 : kballard/rust/vim_conceal, r=chris

We shouldn't be setting conceallevel in the syntax file. Besides not
being able to undo this if we switch to another syntax later, it also
interferes with embedding rust in other filetypes (such as markdown).

Instead, set it in the ftplugin, where it belongs.