<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/vim/ftplugin, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-01-29T06:16:54+00:00</updated>
<entry>
<title>Pull configs out into individual repositories</title>
<updated>2015-01-29T06:16:54+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-01-29T04:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=017b3a543182006fa64bdc8c721969ae38c125f9'/>
<id>urn:sha1:017b3a543182006fa64bdc8c721969ae38c125f9</id>
<content type='text'>
As we grow, these don't belong in-tree.

http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395

* https://github.com/rust-lang/rust.vim
* https://github.com/rust-lang/rust-mode
* https://github.com/rust-lang/gedit-config
* https://github.com/rust-lang/kate-config
* https://github.com/rust-lang/nano-config
* https://github.com/rust-lang/zsh-config
</content>
</entry>
<entry>
<title>Adding switch in vim plugin to toggle format opts</title>
<updated>2014-11-19T08:06:53+00:00</updated>
<author>
<name>juxiliary</name>
<email>juxiliary@gmail.com</email>
</author>
<published>2014-11-19T00:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62a2a1d5cf4af0307f538a9bedb40e5756e89fb6'/>
<id>urn:sha1:62a2a1d5cf4af0307f538a9bedb40e5756e89fb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: Don't set foldmethod in the syntax file either</title>
<updated>2014-08-15T23:41:07+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-08-15T23:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab65869c9d67bdc9d7ca9e7c80bb9a4460f1029e'/>
<id>urn:sha1:ab65869c9d67bdc9d7ca9e7c80bb9a4460f1029e</id>
<content type='text'>
We shouldn't be setting any settings in the syntax file. Better to put
them in the ftplugin, where they won't be pulled in by :syn-include and
can be cleaned up when changing the filetype.
</content>
</entry>
<entry>
<title>vim: Stop setting conceallevel in the syntax file</title>
<updated>2014-08-13T23:52:26+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-08-13T23:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05e45b9e365edad947ff4de10680127686e39a04'/>
<id>urn:sha1:05e45b9e365edad947ff4de10680127686e39a04</id>
<content type='text'>
We shouldn't be setting conceallevel in the syntax file. Besides not
being able to undo this if we switch to another syntax later, it also
interferes with embedding rust in other filetypes (such as markdown).

Instead, set it in the ftplugin, where it belongs.
</content>
</entry>
<entry>
<title>Remove rust_colorcolumn, set textwidth to 99</title>
<updated>2014-07-08T05:22:25+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-07-08T05:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9dc667d472630c52a792f47e8ea67337ec23b224'/>
<id>urn:sha1:9dc667d472630c52a792f47e8ea67337ec23b224</id>
<content type='text'>
The latest change to aturon/rust-guidelines states that lines must not
exceed 99 characters. This gets rid of the 80/100 split, so we don't
need to customize colorcolumn amymore.
</content>
</entry>
<entry>
<title>Set softtabstop, textwidth, and optionally colorcolumn</title>
<updated>2014-07-08T05:18:27+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-07-06T08:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94cfd1b4adb16b059e1b596c7f3f96af4fc7726b'/>
<id>urn:sha1:94cfd1b4adb16b059e1b596c7f3f96af4fc7726b</id>
<content type='text'>
Setting softtabstop makes &lt;Del&gt; delete 4 spaces as if it were a tab.

Setting textwidth allows comments to be wrapped automatically. It's set
at 80, which is the recommended line length for Rust programs. There are
suggestions that it should be 79, but our current style guide says 80 so
that's what we're matching.

A new setting g:rust_colorcolumn sets colorcolumn as well, to +1,101.
This indicates both the textwidth and the second stricter line length of
100 that our style guide lists.
</content>
</entry>
<entry>
<title>vim: set Rust tab conventions</title>
<updated>2014-07-04T21:09:47+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-07-04T21:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c1fdd065b28b85d879a01870525e2f0699262e9'/>
<id>urn:sha1:4c1fdd065b28b85d879a01870525e2f0699262e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add commands :RustEmitIr and :RustEmitAsm</title>
<updated>2014-06-19T00:01:22+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-05-30T23:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1273f94cbb19608e6a4e02c54d8543f6fe648a47'/>
<id>urn:sha1:1273f94cbb19608e6a4e02c54d8543f6fe648a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write documentation for the Rust vim plugin</title>
<updated>2014-06-19T00:01:22+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-05-30T07:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=918eda59bee9a627919d11b7bc9f909d7a9676ff'/>
<id>urn:sha1:918eda59bee9a627919d11b7bc9f909d7a9676ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename :Run and :Expand to :RustRun and :RustExpand</title>
<updated>2014-06-19T00:01:22+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2014-05-30T06:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd3bebcf60793477da390471d6d00a5523d716b4'/>
<id>urn:sha1:bd3bebcf60793477da390471d6d00a5523d716b4</id>
<content type='text'>
</content>
</entry>
</feed>
