<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-twodo/ftplugin, 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 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>Allow any action on any TODO type</title>
<updated>2016-04-28T22:37:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-28T22:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=429a26e68f863afb306d6b7ea24892b6f580b384'/>
<id>429a26e68f863afb306d6b7ea24892b6f580b384</id>
<content type='text'>
Previously you could only mark `-`-type TODOs as [Complete, Partially
Complete, Deleted]. Now you can mark any type of TODO (`-`, `_`, `!`,
`x`, `S`, `v`) as any of the above three states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously you could only mark `-`-type TODOs as [Complete, Partially
Complete, Deleted]. Now you can mark any type of TODO (`-`, `_`, `!`,
`x`, `S`, `v`) as any of the above three states.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftdetect/todo.vim: Don't remove partially completed todos with &lt;leader&gt;R</title>
<updated>2016-04-19T09:13:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-19T09:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=2a36ec5dc5f039af1c79c62969a8573d16f3b8fa'/>
<id>2a36ec5dc5f039af1c79c62969a8573d16f3b8fa</id>
<content type='text'>
When invoking the &lt;leader&gt;R command to remove old todos, only remove
completed and deleted ones. Partially completed tasks should stick
around and be reverted to uncomplete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When invoking the &lt;leader&gt;R command to remove old todos, only remove
completed and deleted ones. Partially completed tasks should stick
around and be reverted to uncomplete.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftplugin: Use :nohlsearch in mappings</title>
<updated>2016-04-05T19:07:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-05T19:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=7d653fe8ab84a1cda45e0cea625d7a1c07cc784d'/>
<id>7d653fe8ab84a1cda45e0cea625d7a1c07cc784d</id>
<content type='text'>
Don't highlight matches from our `:substitute` calls. It looks weird
when search matches are highlighted but the user didn't explicitly
initiate a search.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't highlight matches from our `:substitute` calls. It looks weird
when search matches are highlighted but the user didn't explicitly
initiate a search.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ftplugin with mappings</title>
<updated>2016-04-05T17:01:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-04-05T17:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=f41b57a0d1c76bb8810388734e4a9f0df2b8bc65'/>
<id>f41b57a0d1c76bb8810388734e4a9f0df2b8bc65</id>
<content type='text'>
Create some useful mappings for creating and marking TODO items. These
will be buffer-local to *.todo files, which is why we're defining them
in the ftplugin file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create some useful mappings for creating and marking TODO items. These
will be buffer-local to *.todo files, which is why we're defining them
in the ftplugin file.
</pre>
</div>
</content>
</entry>
</feed>
