| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-07-07 | Remove rust_colorcolumn, set textwidth to 99 | Kevin Ballard | -6/+0 | |
| The latest change to aturon/rust-guidelines states that lines must not exceed 99 characters. This gets rid of the 80/100 split, so we don't need to customize colorcolumn amymore. | ||||
| 2014-07-07 | Set softtabstop, textwidth, and optionally colorcolumn | Kevin Ballard | -1/+7 | |
| Setting softtabstop makes <Del> delete 4 spaces as if it were a tab. Setting textwidth allows comments to be wrapped automatically. It's set at 80, which is the recommended line length for Rust programs. There are suggestions that it should be 79, but our current style guide says 80 so that's what we're matching. A new setting g:rust_colorcolumn sets colorcolumn as well, to +1,101. This indicates both the textwidth and the second stricter line length of 100 that our style guide lists. | ||||
| 2014-07-07 | Define a new setting g:rust_fold | Kevin Ballard | -0/+12 | |
| g:rust_fold allows folding to be enabled. This lets the user turn on folding without having to define autocommands. | ||||
| 2014-06-18 | Add commands :RustEmitIr and :RustEmitAsm | Kevin Ballard | -0/+21 | |
| 2014-06-18 | Write documentation for the Rust vim plugin | Kevin Ballard | -0/+129 | |
