| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-28 | Remove colorcolumn setting | Rob Hoelz | -5/+0 | |
| 2013-05-14 | vim: swap operator is gone | Daniel Micay | -4/+0 | |
| 2013-05-08 | General fixes for vim | James Miller | -2/+2 | |
| Makes colorcolumn setlocal instead of set. Makes conceal opt-in. Removes the seem-to-be obsolete old keywords/types | ||||
| 2013-03-18 | Update rust.vim | Luqman Aden | -2/+2 | |
| Column limit 78 -> 100. | ||||
| 2013-02-19 | vim improvements | Ben Striegel | -0/+5 | |
| 1. Highlight new lifetime syntax 2. Visually distinguish `unsafe` keyword 3. Add a new file that highlights column 78, to warn when lines get too long | ||||
| 2012-12-21 | update after/syntax/rust.vim for removal of <- | Daniel Micay | -4/+0 | |
| 2012-09-05 | vim: Turn "pub" into a big asterisk for those who dislike the look of it. | Patrick Walton | -0/+7 | |
| This is not the default and must be turned on. | ||||
| 2012-08-02 | vim: Don't link conceals to operators if we're concealing mod paths, because ↵ | Patrick Walton | -1/+5 | |
| that makes mod paths show up as operators. | ||||
| 2012-08-01 | vim: Add a concealer for <-> | Erick Tryzelaar | -0/+4 | |
| This may break indentation though. However, without it, vim sees "<->" and interprets it as a "<", folloed by "->", which it conceals as a right arrow, so I'm not sure which is worse. | ||||
| 2012-08-01 | vim: Move conceal code into vim/after/syntax. | Erick Tryzelaar | -0/+26 | |
| This makes concealment opt-in. | ||||
