<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-twodo, branch master</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>Increase version v0.1.1 -&gt; v0.2.0</title>
<updated>2021-10-15T23:17:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-10-15T23:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=df4f8d4b89e5b7f9dc55517c987d4692aec42831'/>
<id>df4f8d4b89e5b7f9dc55517c987d4692aec42831</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/todo.txt: Replace backtick separators with quotes</title>
<updated>2021-10-15T23:01:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-10-15T23:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=d524665024efe253f8d8fe4a96045b59a3aed9cb'/>
<id>d524665024efe253f8d8fe4a96045b59a3aed9cb</id>
<content type='text'>
Backticks are used to refer to Vim commands in help files. The Vim docs
explain:

&gt; When referring to a Vim command and to create a hot-link, place the
&gt; name between two backticks, eg. inside `:filetype`.  You will see this
&gt; is highlighted as a command, like a code block (see below).

These aren't Vim commands, so use a different surrounding mark. Settled
on double quotes.

This also fixes a display problem with the "`- `" text, which was
rendered as "`- " (without the final backtick) in the highlighted help
due to the parsing for syntax highlight concealing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backticks are used to refer to Vim commands in help files. The Vim docs
explain:

&gt; When referring to a Vim command and to create a hot-link, place the
&gt; name between two backticks, eg. inside `:filetype`.  You will see this
&gt; is highlighted as a command, like a code block (see below).

These aren't Vim commands, so use a different surrounding mark. Settled
on double quotes.

This also fixes a display problem with the "`- `" text, which was
rendered as "`- " (without the final backtick) in the highlighted help
due to the parsing for syntax highlight concealing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2021-10-15T22:35:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-10-15T22:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=53ba8107609daacb617351a0e11b304196a13a4a'/>
<id>53ba8107609daacb617351a0e11b304196a13a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for new `[o` `]o` `[y` `]y` commands</title>
<updated>2021-10-15T21:00:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-10-15T21:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=97ff5b1e3352712b895a0fe76e4d765b4755789f'/>
<id>97ff5b1e3352712b895a0fe76e4d765b4755789f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new motions to move between regular and important TODOs</title>
<updated>2021-10-15T19:28:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-10-15T19:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=477256e48b026d01043a416c1bb20178bcc3cdd1'/>
<id>477256e48b026d01043a416c1bb20178bcc3cdd1</id>
<content type='text'>
The existing `[u` and `]u` bindings allow moving to the previous and
next unfinished to-do, but when there are many low priority to-dos, and
a handful of regular and high priority items between them, those
commands are ineffective for quickly moving to the relevant ones.

Add two new sets of commands:

* `[o` &amp; `]o` to move between regular priority to-dos
* `[y` &amp; `]y` to move between high priority to-dos

I was looking for bracket mappings that aren't bound by default. Using
`o` seems to work, meaning "ordinary". And `y` could refer to
"yimportant". Close enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing `[u` and `]u` bindings allow moving to the previous and
next unfinished to-do, but when there are many low priority to-dos, and
a handful of regular and high priority items between them, those
commands are ineffective for quickly moving to the relevant ones.

Add two new sets of commands:

* `[o` &amp; `]o` to move between regular priority to-dos
* `[y` &amp; `]y` to move between high priority to-dos

I was looking for bracket mappings that aren't bound by default. Using
`o` seems to work, meaning "ordinary". And `y` could refer to
"yimportant". Close enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change `&lt;Leader&gt;` to `&lt;LocalLeader&gt;`</title>
<updated>2021-10-15T18:50:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-10-15T18:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=e24499b61189c1cde025a1fd1063a9b21f8e101b'/>
<id>e24499b61189c1cde025a1fd1063a9b21f8e101b</id>
<content type='text'>
Allow the leader to be different for the todo filetype.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the leader to be different for the todo filetype.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.1.0 -&gt; v0.1.1</title>
<updated>2020-03-22T01:16:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-03-22T01:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=ed5a5857cd281156edf4b37665985d08244f8223'/>
<id>ed5a5857cd281156edf4b37665985d08244f8223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ftplugin/todo.vim: Fix default mapping guards</title>
<updated>2020-03-22T01:02:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-03-22T01:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=c69625bb9d6b2a1e487975f007fff415247eeee6'/>
<id>c69625bb9d6b2a1e487975f007fff415247eeee6</id>
<content type='text'>
These conditions were wrong, and should have been AND-ed. Otherwise, if
you, say, didn't have a mapping to `&lt;Plug&gt;TwodoNewTodoBelow` and did
have a mapping to `&lt;Leader&gt;n` (or vice versa), the plugin would still
remap `&lt;Leader&gt;n`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These conditions were wrong, and should have been AND-ed. Otherwise, if
you, say, didn't have a mapping to `&lt;Plug&gt;TwodoNewTodoBelow` and did
have a mapping to `&lt;Leader&gt;n` (or vice versa), the plugin would still
remap `&lt;Leader&gt;n`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.0.1 -&gt; v0.1.0</title>
<updated>2020-03-22T00:47:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-03-22T00:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=1086ee24c4a7e6ff8ca10d920d6384a30b233af3'/>
<id>1086ee24c4a7e6ff8ca10d920d6384a30b233af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2020-03-22T00:47:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-03-22T00:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-twodo/commit/?id=dd91ca5b833dfb1cd25e1852a71e3a2d2d3024f0'/>
<id>dd91ca5b833dfb1cd25e1852a71e3a2d2d3024f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
