<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-twodo, branch v0.0.1</title>
<subtitle>To-do list syntax highlighting and mappings</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/'/>
<entry>
<title>Add Vim help</title>
<updated>2016-10-17T22:09:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-10-17T22:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=99fe2c62624f279dc2250872da003bc43cee386b'/>
<id>99fe2c62624f279dc2250872da003bc43cee386b</id>
<content type='text'>
Add a help file with a description, example, mappings list, and list of
colours to customise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a help file with a description, example, mappings list, and list of
colours to customise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README and license</title>
<updated>2016-10-17T21:57:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-10-17T21:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=738a4acc4a0601a5fd968cd9183541f96336c894'/>
<id>738a4acc4a0601a5fd968cd9183541f96336c894</id>
<content type='text'>
Include a description and screenshot as part of the README. The
`example.todo` file was used as a base for the screenshot.

Add a license file for the GNU GPLv3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a description and screenshot as part of the README. The
`example.todo` file was used as a base for the screenshot.

Add a license file for the GNU GPLv3.
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Mark escalate/descalate task completed</title>
<updated>2016-06-03T13:42:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T13:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=632ca4e11f40d72fafdb1fd2534fd03422164d17'/>
<id>632ca4e11f40d72fafdb1fd2534fd03422164d17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Escalate mapping</title>
<updated>2016-06-03T13:37:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T13:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=caec071d634877f05d53acf4f38a1039a1f162d9'/>
<id>caec071d634877f05d53acf4f38a1039a1f162d9</id>
<content type='text'>
Define the `todo#Escalate()` function which does the opposite of
`todo#Descalate()` and add a mapping to invoke the function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define the `todo#Escalate()` function which does the opposite of
`todo#Descalate()` and add a mapping to invoke the function.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftplugin/todo.vim: Add Descalate mappings</title>
<updated>2016-06-03T13:36:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T13:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=17684a8b4898e5aecd33b86689c386e483ab698f'/>
<id>17684a8b4898e5aecd33b86689c386e483ab698f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Resources.txt</title>
<updated>2016-06-03T12:00:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T12:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=506887f46f0af36c3cc9b7450faa884f6aea125d'/>
<id>506887f46f0af36c3cc9b7450faa884f6aea125d</id>
<content type='text'>
Some URLs to look into to override cursorline syntax highlighting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some URLs to look into to override cursorline syntax highlighting.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/todo.vim: Descalate function</title>
<updated>2016-06-03T11:59:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T11:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=490125815b9e5f34b8d69bbad06f9e26cc923be2'/>
<id>490125815b9e5f34b8d69bbad06f9e26cc923be2</id>
<content type='text'>
A function that descalates the priority of the TODO on the current line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A function that descalates the priority of the TODO on the current line.
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Add entry for using counts in mappings</title>
<updated>2016-06-03T11:59:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T11:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=911fa3afff73b50c12dd9908a4b00458fb6ed965'/>
<id>911fa3afff73b50c12dd9908a4b00458fb6ed965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Add entry for priority escalation/descalation mappings</title>
<updated>2016-06-03T11:58:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T11:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=d90639624a3bd4a1306bd96c62a1af87061e0e68'/>
<id>d90639624a3bd4a1306bd96c62a1af87061e0e68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Possible highlight colour for unimportant</title>
<updated>2016-06-03T11:57:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-03T11:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=cea1517838e57a9551d37d73596d58507b1e1176'/>
<id>cea1517838e57a9551d37d73596d58507b1e1176</id>
<content type='text'>
To build on 625c653d281716a19b5f16e4146a33d7962e22ac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To build on 625c653d281716a19b5f16e4146a33d7962e22ac.
</pre>
</div>
</content>
</entry>
</feed>
