about summary refs log tree commit diff
path: root/src/etc/vim
AgeCommit message (Expand)AuthorLines
2014-09-30auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichtonbors-1/+1
2014-09-29Replaced some TODO by FIXMEgamazeps-1/+1
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
2014-07-16auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chrisbors-7/+31
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-07Remove rust_colorcolumn, set textwidth to 99Kevin Ballard-27/+2
2014-07-07Set softtabstop, textwidth, and optionally colorcolumnKevin Ballard-4/+32
2014-07-07Define a new setting g:rust_foldKevin Ballard-3/+24
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+1
2014-07-04vim: set Rust tab conventionsKevin Ballard-0/+6
2014-07-01Vim syntax file types and traits cleanupAlexandre Gagnon-15/+20
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-2/+1
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-2/+2
2014-06-18Vim: highlight invalid characters in char literals.Chris Morgan-2/+7
2014-06-18Vim: highlight escapes for byte literals.Chris Morgan-7/+11
2014-06-18Add commands :RustEmitIr and :RustEmitAsmKevin Ballard-0/+62
2014-06-18Write documentation for the Rust vim pluginKevin Ballard-25/+131
2014-06-18Rename :Run and :Expand to :RustRun and :RustExpandKevin Ballard-17/+17
2014-06-18vim: Add :Run and :Expand commandsKevin Ballard-37/+265
2014-06-16Add a Syntastic plugin for Rust.Andrew Gallant-0/+57
2014-06-16rustc: Start accepting `*const T`Alex Crichton-2/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-20vim: Handle box expressions speciallyKevin Ballard-7/+20
2014-05-20Update rust.vim for the latest prelude/keywordsKevin Ballard-18/+23
2014-05-08vim: Fix an indentation issue with cindentKevin Ballard-11/+16
2014-05-06etc: Add box as a keyword to editor configsAlex Crichton-1/+1
2014-05-04vim: Fix indentation at global scope after non-semantic ([{/)]}Kevin Ballard-3/+19
2014-04-24Fix Vim indent regressions from #13600.Chris Morgan-1/+1
2014-04-19auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichtonbors-1/+1
2014-04-18vim: Add StrBuf as type to hilightingRicho Healey-1/+1
2014-04-18Add another case where cindent is correctBrandon Waskiewicz-0/+11
2014-03-30Support new attribute syntax in vim syntax fileSteven Fackler-1/+1
2014-03-28Remove `Freeze` and add `Share` in vim's syntaxFlavio Percoco-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-20rm obsolete references to `DeepClone`Daniel Micay-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1
2014-03-01Merge pull request #12308 from kballard/vim-nested-commentsbors-5/+6
2014-02-27Update Vim syntax file last change date.Chris Morgan-1/+1