<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/vim/ftplugin/rust.vim, branch 0.9</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.9</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.9'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-09-04T03:33:40+00:00</updated>
<entry>
<title>Silence fo+=j error for users of Vim &lt; 7.3.541.</title>
<updated>2013-09-04T03:33:40+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>me@chrismorgan.info</email>
</author>
<published>2013-09-04T03:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f6180413dd08a77397353269f77024168a71429'/>
<id>urn:sha1:9f6180413dd08a77397353269f77024168a71429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix problem with switching between Rust buffers.</title>
<updated>2013-07-12T06:18:48+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>me@chrismorgan.info</email>
</author>
<published>2013-07-12T06:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f67ed535b4a89491bdfa6854104a23d8a98f5c4'/>
<id>urn:sha1:4f67ed535b4a89491bdfa6854104a23d8a98f5c4</id>
<content type='text'>
This was also causing trouble if one didn't have delimitMate installed.
</content>
</entry>
<entry>
<title>Vim syntax: support lifetimes with delimitMate.</title>
<updated>2013-07-12T05:30:51+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>me@chrismorgan.info</email>
</author>
<published>2013-07-12T05:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=184fa42d33ab53cc37f7fc315105ae7de3c70c9a'/>
<id>urn:sha1:184fa42d33ab53cc37f7fc315105ae7de3c70c9a</id>
<content type='text'>
When it's a lifetime, a single quotation mark shouldn't have a matching
single quotation mark inserted after it, as delimitMate does by default.

Note that this is not without problems; a char literal coming after an
odd number of lifetime markers will have its quotation marks behave a
little strangely. That, however, is not my fault, but delimitMate's:
https://github.com/Raimondi/delimitMate/issues/135
</content>
</entry>
<entry>
<title>Fix comment indenting properly for Vim files.</title>
<updated>2013-07-11T18:38:24+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>me@chrismorgan.info</email>
</author>
<published>2013-07-09T23:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d08ceb0439e1d09cb2285578872df53ad7eeb8c'/>
<id>urn:sha1:1d08ceb0439e1d09cb2285578872df53ad7eeb8c</id>
<content type='text'>
Indentation now works correctly on subsequent lines of a multi-line
comment, whether there are leaders (` * `) or not. (Formerly it was
incorrectly doing a two-space indent if there was no leader.)

By default, this no longer puts a ` * ` leader on `/*!` comments, as
that appears to be the current convention in the Rust source code, but
that can easily be re-enabled if desired:

    let g:rust_bang_comment_leader = 1
</content>
</entry>
<entry>
<title>Add a Vim filetype plugin with useful tweaks.</title>
<updated>2013-07-09T15:30:32+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>me@chrismorgan.info</email>
</author>
<published>2013-07-09T15:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf65870962ebf6b9b115a8f38ca7a9acc4bbfc49'/>
<id>urn:sha1:cf65870962ebf6b9b115a8f38ca7a9acc4bbfc49</id>
<content type='text'>
This improves things like doc comment handling when you press Enter and
making using `gf` or `&lt;C-W&gt;f` work on a `use x;` statement in the
current directory.
</content>
</entry>
</feed>
