about summary refs log tree commit diff
path: root/src/etc/vim
AgeCommit message (Expand)AuthorLines
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-1/+1
2014-01-28Rename ImmutableCopyableVector to ImmutableCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-27As Either no longer exists, remove Either, Left, and Right from syntax filesScott Lawrence-3/+0
2014-01-22remove old rc extension from detection filesDaniel Micay-1/+1
2014-01-18auto merge of #11311 : hdima/rust/vim-syntax-spell-check, r=cmrbors-7/+7
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-2/+1
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-1/+1
2014-01-04Add @Spell clusters to Vim syntax fileDmitry Vasiliev-7/+7
2013-12-27Renamed ClonableIterator to CloneableIteratorAlexandros Tasos-1/+1
2013-12-15Rename To{Str,Bytes}Consume traits to Into*.Chris Morgan-2/+2
2013-12-10Vim keyword highlighting improvements.Chris Morgan-5/+7
2013-12-10Fix up float highlighting in Vim.Chris Morgan-5/+6
2013-12-04Improve various Vim syntax highlighting things.Chris Morgan-36/+42
2013-11-27Be more strict about doc commentsCorey Richardson-2/+2
2013-11-02Grammar error and vim syntax highlighting mistake fixed.Matt Carberry-1/+1
2013-11-02Added octal literal support.Matt Carberry-1/+5
2013-10-30Fix Vim indent for wrapped function arguments.Chris Morgan-2/+17
2013-10-30Update prelude items in Vim syntax file.Chris Morgan-22/+20
2013-10-19Highlight \0 in strings and chars in Vim.Chris Morgan-3/+3
2013-10-19Update prelude items in Vim syntax.Chris Morgan-6/+8
2013-10-08add vim syntax highlighting support for raw string literalsBenjamin Herr-0/+1
2013-09-26Add 'continue' keyword to emacs, vim, gedit, kateBrian Anderson-1/+1
2013-09-22Reserve the `alignof`, `offsetof`, and `sizeof` keywordsBirunthan Mohanathas-1/+1
2013-09-22Remove 'copy' from syntax files, as it's no longer a keywordScott Lawrence-2/+1
2013-09-04Silence fo+=j error for users of Vim < 7.3.541.Chris Morgan-1/+3
2013-09-04Update highlighting for prelude changes.Chris Morgan-2/+2
2013-09-04Highlight everything in the prelude in Vim.Chris Morgan-26/+78
2013-09-04Update a handful of keywords highlighted in Vim.Chris Morgan-8/+6
2013-09-04Modernise some Vim syntax highlighting.Chris Morgan-3/+5
2013-08-23Parse and reserve typeof keyword. #3228Ben Blum-1/+1
2013-08-03Vim highlighting: remove `foreach` keywordChris Morgan-1/+1
2013-08-03Highlight sigils and operators in Vim.Chris Morgan-6/+23
2013-07-18auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonwbors-0/+33
2013-07-12rustc compiler config for Vim.Chris Morgan-0/+33
2013-07-12Fix problem with switching between Rust buffers.Chris Morgan-1/+1
2013-07-12Vim syntax: support lifetimes with delimitMate.Chris Morgan-1/+13
2013-07-11Fix Vim indentation for inline closures.Chris Morgan-1/+1
2013-07-11Fix comment indenting properly for Vim files.Chris Morgan-8/+31
2013-07-10Do indentation properly in Vim.Chris Morgan-3/+129
2013-07-10Add a Vim filetype plugin with useful tweaks.Chris Morgan-0/+25
2013-07-10A few slight tweaks to the Vim syntax file.Chris Morgan-11/+19
2013-07-05vim: Highlight 0i as numberSeo Sanghyeon-1/+1
2013-06-30auto merge of #7374 : Jeaye/rust/func_highlight, r=cmrbors-0/+1
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-24rust.vim: Links previously unused rustFuncCallJeaye-0/+1
2013-06-24vim/syntax/rust.vim: fix date headerTuncer Ayaz-1/+1
2013-06-23Add rules for assert, fail, and deriving to vim syntax file. Also highlight t...Ben Blum-6/+18