about summary refs log tree commit diff
path: root/src/etc/vim/ftplugin/rust.vim
AgeCommit message (Expand)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-150/+0
2014-11-19Adding switch in vim plugin to toggle format optsjuxiliary-3/+4
2014-08-15vim: Don't set foldmethod in the syntax file eitherKevin Ballard-0/+14
2014-08-13vim: Stop setting conceallevel in the syntax fileKevin Ballard-0/+9
2014-07-07Remove rust_colorcolumn, set textwidth to 99Kevin Ballard-21/+2
2014-07-07Set softtabstop, textwidth, and optionally colorcolumnKevin Ballard-3/+25
2014-07-04vim: set Rust tab conventionsKevin Ballard-0/+6
2014-06-18Add commands :RustEmitIr and :RustEmitAsmKevin Ballard-0/+8
2014-06-18Write documentation for the Rust vim pluginKevin Ballard-25/+2
2014-06-18Rename :Run and :Expand to :RustRun and :RustExpandKevin Ballard-16/+16
2014-06-18vim: Add :Run and :Expand commandsKevin Ballard-37/+73
2014-02-27Fix Vim section movements for standard Rust style.Chris Morgan-2/+53
2013-09-04Silence fo+=j error for users of Vim < 7.3.541.Chris Morgan-1/+3
2013-07-12Fix problem with switching between Rust buffers.Chris Morgan-1/+1
2013-07-12Vim syntax: support lifetimes with delimitMate.Chris Morgan-1/+8
2013-07-11Fix comment indenting properly for Vim files.Chris Morgan-2/+13
2013-07-10Add a Vim filetype plugin with useful tweaks.Chris Morgan-0/+25