<feed xmlns='http://www.w3.org/2005/Atom'>
<title>auditory.vim, branch v0.1.2</title>
<subtitle>vim interface sounds</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/'/>
<entry>
<title>Increase version to v0.1.2</title>
<updated>2015-08-17T00:54:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-17T00:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=7b53531c3fe643fb115d3c6a87c5fb7a396b5871'/>
<id>7b53531c3fe643fb115d3c6a87c5fb7a396b5871</id>
<content type='text'>
* Update CHANGELOG
* Update version string in docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update CHANGELOG
* Update version string in docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-docs'</title>
<updated>2015-08-17T00:53:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-17T00:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=fc4d44da0c9b2b0f7b3cb067cf108a2451a5a0c2'/>
<id>fc4d44da0c9b2b0f7b3cb067cf108a2451a5a0c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: Update with v0.1.1 information</title>
<updated>2015-08-17T00:50:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-17T00:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=9a00436d776cef72ba2d77478b585bb38bf52e25'/>
<id>9a00436d776cef72ba2d77478b585bb38bf52e25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'make-mappings-dict-global'</title>
<updated>2015-08-17T00:49:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-17T00:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=171fdbcdacb8a5e1f141df7a9af77daa51900fc2'/>
<id>171fdbcdacb8a5e1f141df7a9af77daa51900fc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Change `s:mappings` to `g:auditory_mappings`</title>
<updated>2015-08-17T00:45:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-17T00:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=4939b77188a5187f3661bce20bc5e4c64e9a462c'/>
<id>4939b77188a5187f3661bce20bc5e4c64e9a462c</id>
<content type='text'>
Make the mappings dictionary global to allow it to be user-customisable.
This way users can add new commands or sounds to be mapped without
modifying the plugin directly. Seems like it could be useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the mappings dictionary global to allow it to be user-customisable.
This way users can add new commands or sounds to be mapped without
modifying the plugin directly. Seems like it could be useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs</title>
<updated>2015-08-17T00:41:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-17T00:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=144d45f66f1d1e8182d9916f38494e95470915ff'/>
<id>144d45f66f1d1e8182d9916f38494e95470915ff</id>
<content type='text'>
Initial documentation for the plugin. Include general information as
well as descriptions of commands and configuration variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial documentation for the plugin. Include general information as
well as descriptions of commands and configuration variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: Update with v0.1.0 changes</title>
<updated>2015-08-16T21:41:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-16T21:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=c6fe408ea61ee58abeb4a1fa1972829d75606244'/>
<id>c6fe408ea61ee58abeb4a1fa1972829d75606244</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'command-to-toggle-mappings'</title>
<updated>2015-08-16T21:38:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-16T21:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=2fc9acfb064c6bfbd184a31d17c1cf47800c1a88'/>
<id>2fc9acfb064c6bfbd184a31d17c1cf47800c1a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CHANGELOG</title>
<updated>2015-08-16T21:38:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-16T21:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=17a812cd4a20c6967be281b9beb8a297298dcf8f'/>
<id>17a812cd4a20c6967be281b9beb8a297298dcf8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Update with latest completed tasks</title>
<updated>2015-08-16T19:11:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-16T19:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=431c43bab11294ba0123c1964ae40f1c5665d9e4'/>
<id>431c43bab11294ba0123c1964ae40f1c5665d9e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
