<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-rst-tables, 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>2015-07-24T15:38:46Z</updated>
<entry>
<title>Remove vim_bridge dependency again but from the right place.</title>
<updated>2015-07-24T15:38:46Z</updated>
<author>
<name>VG</name>
<email>vg@devys.org</email>
</author>
<published>2015-07-24T15:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=bb4fe07722676c04d0bd29b8265327da29d9997c'/>
<id>urn:sha1:bb4fe07722676c04d0bd29b8265327da29d9997c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove src and build.py since they are not used</title>
<updated>2015-07-24T15:37:15Z</updated>
<author>
<name>VG</name>
<email>vg@devys.org</email>
</author>
<published>2015-07-24T15:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=531ad8f2baa5fefdf2f92c6473d5098f4bbeb1b5'/>
<id>urn:sha1:531ad8f2baa5fefdf2f92c6473d5098f4bbeb1b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "remove dependency to vim_bridge"</title>
<updated>2015-07-24T15:34:41Z</updated>
<author>
<name>VG</name>
<email>vg@devys.org</email>
</author>
<published>2015-07-24T15:34:41Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=ab212a360ed1c0d10a1f6bf02beee28979a30922'/>
<id>urn:sha1:ab212a360ed1c0d10a1f6bf02beee28979a30922</id>
<content type='text'>
This reverts commit c5d527d906cc0836c29d3733bde518929fda69eb.

I revert since I modified files in src and run build.py, but previous
modifications of the original author were made to rst_tables.vim directly so
my modifications removed unicode character count bug correction.
</content>
</entry>
<entry>
<title>remove dependency to vim_bridge</title>
<updated>2015-07-24T12:50:22Z</updated>
<author>
<name>VG</name>
<email>vg@devys.org</email>
</author>
<published>2015-07-24T12:50:22Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=c5d527d906cc0836c29d3733bde518929fda69eb'/>
<id>urn:sha1:c5d527d906cc0836c29d3733bde518929fda69eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #22 from jorgesca/fix_utf8</title>
<updated>2015-04-29T18:36:14Z</updated>
<author>
<name>Vincent Driessen</name>
<email>me@nvie.com</email>
</author>
<published>2015-04-29T18:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=7797a9fe721cf7116e28a49fff3595071c48ce63'/>
<id>urn:sha1:7797a9fe721cf7116e28a49fff3595071c48ce63</id>
<content type='text'>
Fix wrong table width when non-ascii characters are present</content>
</entry>
<entry>
<title>Remove print statement used for debugging</title>
<updated>2015-04-24T23:13:28Z</updated>
<author>
<name>Jorge Scandaliaris</name>
<email>jorgesca@users.noreply.github.com</email>
</author>
<published>2015-04-24T23:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=b0defcc4ea77717ec255003621bae55769e4c75c'/>
<id>urn:sha1:b0defcc4ea77717ec255003621bae55769e4c75c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrong table width when non-ascii characters are present</title>
<updated>2015-04-24T21:56:03Z</updated>
<author>
<name>Jorge Scandaliaris</name>
<email>jorgesca@users.noreply.github.com</email>
</author>
<published>2015-04-24T21:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=7d8699bfb0c4e1a7df0f7c5e4e9d3f62b9721f91'/>
<id>urn:sha1:7d8699bfb0c4e1a7df0f7c5e4e9d3f62b9721f91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #21 from coddingtonbear/master</title>
<updated>2014-08-31T06:32:12Z</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@3rdcloud.com</email>
</author>
<published>2014-08-31T06:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=8ce5be8cb1b99bb02fa80f56843f73c72435a7d1'/>
<id>urn:sha1:8ce5be8cb1b99bb02fa80f56843f73c72435a7d1</id>
<content type='text'>
Adds a note to the readme indicating how to re-flow a table.</content>
</entry>
<entry>
<title>Adding a note to the readme indicating how to re-flow a table; instructions gleaned from 4422e1fbb74a85fd7167d9506c837cdfd09311ee.</title>
<updated>2014-08-11T05:42:51Z</updated>
<author>
<name>Adam Coddington</name>
<email>me@adamcoddington.net</email>
</author>
<published>2014-08-11T05:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=4dea9e676b124ee235e7573c42a9de8c4d81cee5'/>
<id>urn:sha1:4dea9e676b124ee235e7573c42a9de8c4d81cee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #20 from 0x20h/patch-1</title>
<updated>2014-01-29T12:32:37Z</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@3rdcloud.com</email>
</author>
<published>2014-01-29T12:32:37Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/vim-rst-tables/commit/?id=aa4573f2ca1614eeaab6ae18705ebd3dc7361524'/>
<id>urn:sha1:aa4573f2ca1614eeaab6ae18705ebd3dc7361524</id>
<content type='text'>
Update README.rst</content>
</entry>
</feed>
