rust/src/etc/vim
Kevin Ballard 303cadfbb3 vim: Add :Run and :Expand commands
Define a command :Run to compile and run the current file. This supports
unnamed buffers (by writing to a temporary file). See the comment above
the command definition for notes on usage.

Define <D-r> and <D-R> mappings for :Run to make it easier to invoke in
MacVim.

Define a command :Expand to display the --pretty expanded output for the
current file. This can be configured to use different pretty types. See
the comment above the command definition for notes on usage.

Create an autoload file and put function definitions there to speed up
load time.
2014-06-18 17:01:21 -07:00
..
after/syntax Remove colorcolumn setting 2013-05-28 16:06:15 +02:00
autoload vim: Add :Run and :Expand commands 2014-06-18 17:01:21 -07:00
compiler rustc compiler config for Vim. 2013-07-12 23:51:03 +10:00
ftdetect remove old rc extension from detection files 2014-01-22 20:39:32 -05:00
ftplugin vim: Add :Run and :Expand commands 2014-06-18 17:01:21 -07:00
indent vim: Fix an indentation issue with cindent 2014-05-08 19:04:23 -07:00
plugin Add a Syntastic plugin for Rust. 2014-06-16 18:16:05 -07:00
syntax core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
syntax_checkers/rust Add a Syntastic plugin for Rust. 2014-06-16 18:16:05 -07:00