rust/src/etc/vim
Kevin Ballard 05e45b9e36 vim: Stop setting conceallevel in the syntax file
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.
2014-08-13 16:52:26 -07:00
..
after/syntax vim: Stop setting conceallevel in the syntax file 2014-08-13 16:52:26 -07:00
autoload Add commands :RustEmitIr and :RustEmitAsm 2014-06-18 17:01:22 -07:00
compiler rustc compiler config for Vim. 2013-07-12 23:51:03 +10:00
doc Remove rust_colorcolumn, set textwidth to 99 2014-07-07 22:22:25 -07:00
ftdetect remove old rc extension from detection files 2014-01-22 20:39:32 -05:00
ftplugin vim: Stop setting conceallevel in the syntax file 2014-08-13 16:52:26 -07:00
indent vim: Fix an indentation issue with cindent 2014-05-08 19:04:23 -07:00
plugin Add a Syntastic plugin for Rust. 2014-06-16 18:16:05 -07:00
syntax Rename Share to Sync 2014-08-07 08:54:38 -07:00
syntax_checkers/rust Add a Syntastic plugin for Rust. 2014-06-16 18:16:05 -07:00