<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/bundle/whitespace-chain/plugin, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>Rename 'whitespace-chain' to 'whitespace-method-chain'</title>
<updated>2017-05-04T20:14:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-04T20:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=10a7bb10faec636f8aa5c06ea086ddbad01665d3'/>
<id>10a7bb10faec636f8aa5c06ea086ddbad01665d3</id>
<content type='text'>
Give the plugin a clearer name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give the plugin a clearer name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'whitespace-chain' plugin</title>
<updated>2017-05-04T20:07:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-05-04T20:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=30d907fd205daa02fd32a4c367602a457fe9b399'/>
<id>30d907fd205daa02fd32a4c367602a457fe9b399</id>
<content type='text'>
A new plugin to split method chains onto multiple lines.

For example:

    scope.line.result(distinct: true).paginate

becomes:

    scope
      .line
      .result(distinct: true)
      .paginate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new plugin to split method chains onto multiple lines.

For example:

    scope.line.result(distinct: true).paginate

becomes:

    scope
      .line
      .result(distinct: true)
      .paginate
</pre>
</div>
</content>
</entry>
</feed>
