about summary refs log tree commit diff
path: root/src/etc/vim
AgeCommit message (Expand)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-1198/+0
2015-01-25fix vim syntastic: --parse-only => -Z parse-onlyemanueLczirai-1/+1
2015-01-11Remove range functionTim Brooks-2/+0
2015-01-11Remove old number literal suffixes from Vim syntaxTim Brooks-5/+5
2015-01-07Update editor syntax files for isize/usize.Huon Wilson-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+1
2015-01-05Reserve the keyword 'macro'Keegan McAllister-1/+1
2015-01-05Update reexports in vim syntax fileChase Southwood-41/+19
2015-01-02Fix vim syntax highlighting for `derive`Chase Southwood-4/+4
2014-12-15rollup merge of #19804: kballard/vim-new-unicode-escapesBrian Anderson-1/+2
2014-12-15rollup merge of #19784: csouth3/vim-syntax-iterBrian Anderson-1/+1
2014-12-14Update emacs and vi modes.Niko Matsakis-1/+1
2014-12-12vim: Support the new \u{1234} unicode escapesKevin Ballard-1/+2
2014-12-12Update vim syntax highlighting for ExactSizeIteratorChase Southwood-1/+1
2014-11-22auto merge of #19125 : chris-morgan/rust/vim-prelude-2014-11-20, r=alexcrichtonbors-32/+27
2014-11-22auto merge of #17513 : dradtke/rust/master, r=kballardbors-15/+38
2014-11-20Update the Vim syntax prelude.Chris Morgan-32/+27
2014-11-19Adding switch in vim plugin to toggle format optsjuxiliary-3/+13
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-1/+1
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-2/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-10vim: move 'move' to rustStorageJosh Stone-2/+2
2014-11-10auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichtonbors-6/+6
2014-11-09Added `move` keyword and renamed `fail` to `panic`Vladimir Matveev-6/+6
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-04Added check for absolute file path, removed hard tab, and added documentation...Damien Radtke-3/+14
2014-10-24Updates based on kballard's feedback.Damien Radtke-20/+11
2014-10-22vim: Fix :RustRun when cwd has a space in itKevin Ballard-6/+6
2014-10-14Highlight 1..2 according to the current grammar.Chris Morgan-2/+3
2014-10-14Highlight `extern crate "foo" as bar;` properly.Chris Morgan-1/+3
2014-10-14Vim: Stop highlighting foo in `use foo;` speciallyChris Morgan-4/+1
2014-10-07Add `abstract`, `final`, and `override` to rust.vim keyword listJohn Gallagher-1/+1
2014-10-07Use rustc's errorformat and add option to specify permanent parameters.Damien Radtke-4/+15
2014-09-30auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichtonbors-1/+1
2014-09-29Replaced some TODO by FIXMEgamazeps-1/+1
2014-09-24Some improvements to the Cargo compiler file.Damien Radtke-9/+19
2014-09-22Add cargo.vim compiler file.Damien Radtke-0/+49
2014-09-18fix for vim < 7.4.355Julian Orth-0/+37
2014-09-13update vim indent fileJulian Orth-38/+3
2014-08-17auto merge of #16547 : huonw/rust/new-kw, r=pcwaltonbors-1/+1
2014-08-17auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwaltonbors-8/+8
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-1/+1
2014-08-16vim: Update syntax file for Prelude changes.Michael Sproul-8/+8
2014-08-15vim: Don't set foldmethod in the syntax file eitherKevin Ballard-11/+14
2014-08-13vim: Stop setting conceallevel in the syntax fileKevin Ballard-2/+9
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-07-23vim: Add MutableSeqBrian Anderson-1/+1
2014-07-21Fix :syn-include usage of Vim filetype.Chris Morgan-3/+5
2014-07-21Highlight $(…)* and $foo in Vim.Chris Morgan-0/+7