rust/src/etc/vim
Chris Morgan 1d08ceb043 Fix comment indenting properly for Vim files.
Indentation now works correctly on subsequent lines of a multi-line
comment, whether there are leaders (` * `) or not. (Formerly it was
incorrectly doing a two-space indent if there was no leader.)

By default, this no longer puts a ` * ` leader on `/*!` comments, as
that appears to be the current convention in the Rust source code, but
that can easily be re-enabled if desired:

    let g:rust_bang_comment_leader = 1
2013-07-11 14:38:24 -04:00
..
after/syntax Remove colorcolumn setting 2013-05-28 16:06:15 +02:00
ftdetect minor updates to vim config files 2012-07-02 15:48:59 -04:00
ftplugin Fix comment indenting properly for Vim files. 2013-07-11 14:38:24 -04:00
indent Fix comment indenting properly for Vim files. 2013-07-11 14:38:24 -04:00
syntax Fix comment indenting properly for Vim files. 2013-07-11 14:38:24 -04:00