summary refs log tree commit diff
path: root/src/etc/vim/ftplugin/rust.vim
AgeCommit message (Expand)AuthorLines
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