<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-rst-tables/tests/fixtures, branch master</title>
<subtitle>[fork] https://github.com/nvie/vim-rst-tables with custom modifications</subtitle>
<id>https://git.devys.org/vim-rst-tables/atom?h=master</id>
<link rel='self' href='https://git.devys.org/vim-rst-tables/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/'/>
<updated>2010-08-20T08:27:41Z</updated>
<entry>
<title>Implemented the "reflow" command.</title>
<updated>2010-08-20T08:27:41Z</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@datafox.nl</email>
</author>
<published>2010-08-20T08:27:41Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=4422e1fbb74a85fd7167d9506c837cdfd09311ee'/>
<id>urn:sha1:4422e1fbb74a85fd7167d9506c837cdfd09311ee</id>
<content type='text'>
For example, if you have the following table in your source file:

Type  Message
Foo  I like bananas very much. Even so much that I adore them.

Position your cursor in it and call ReformatTable().  This makes the
following:

+======+===========================================================+
| Type | Message                                                   |
+======+===========================================================+
| Foo  | I like bananas very much. Even so much that I adore them. |
+------+-----------------------------------------------------------+

But if you don't like these kinds of long wrappings, you can now simply
remove (or add, for that matter) some of the '='-signs from the top row,
like this:

+======+================================+
| Type | Message                                                   |
+======+===========================================================+
| Foo  | I like bananas very much. Even so much that I adore them. |
+------+-----------------------------------------------------------+

And then, call ReflowTable():

+======+================================+
| Type | Message                        |
+======+================================+
| Foo  | I like bananas very much. Even |
|      | so much that I adore them.     |
+------+--------------------------------+

This fixed issue #1.
</content>
</entry>
<entry>
<title>Add ability to remove all empty columns automatically.</title>
<updated>2010-08-19T08:49:51Z</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@datafox.nl</email>
</author>
<published>2010-08-19T08:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=bc3620adf956828562071f9feafc5923de567ea9'/>
<id>urn:sha1:bc3620adf956828562071f9feafc5923de567ea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use fixtures to make the tests more readable.</title>
<updated>2010-08-19T08:14:06Z</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@datafox.nl</email>
</author>
<published>2010-08-19T08:14:06Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=3a4e12229e09e72619dc1bcc5403db1e452d9ecb'/>
<id>urn:sha1:3a4e12229e09e72619dc1bcc5403db1e452d9ecb</id>
<content type='text'>
</content>
</entry>
</feed>
