<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-searchop, branch master</title>
<subtitle>Operators to search using a text object</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/'/>
<entry>
<title>Increase version v0.0.1 -&gt; v0.0.2</title>
<updated>2020-02-10T20:40:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-10T20:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=791131c376bddb0a05f8c69ca97f119994d26759'/>
<id>791131c376bddb0a05f8c69ca97f119994d26759</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>2020-02-10T20:40:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-10T20:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=df5e67c2a7f77872d366cc554ea0248be8046614'/>
<id>df5e67c2a7f77872d366cc554ea0248be8046614</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/searchop.vim: Fix default map guards</title>
<updated>2020-02-10T20:31:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-10T20:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=196b6e08cc06d40e85f1d58b1455230196a0a871'/>
<id>196b6e08cc06d40e85f1d58b1455230196a0a871</id>
<content type='text'>
Check for normal and visual modes separately before defining default
mappings. Previously I was only verifying that normal mode mappings were
available and defining visual mode mappings without explicit checks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for normal and visual modes separately before defining default
mappings. Previously I was only verifying that normal mode mappings were
available and defining visual mode mappings without explicit checks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2020-02-09T22:43:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-09T22:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=47ba0419998edd81d5e85dc91201238fa8bb7909'/>
<id>47ba0419998edd81d5e85dc91201238fa8bb7909</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/searchop.txt: Add introduction</title>
<updated>2020-02-09T19:25:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-09T19:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=515b27c3f27dfd84db1fb2dc05388271b1d97d33'/>
<id>515b27c3f27dfd84db1fb2dc05388271b1d97d33</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 draft</title>
<updated>2020-02-05T22:32:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-05T22:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=559d236eb62ff09b9085852760bcc9f81122bf2c'/>
<id>559d236eb62ff09b9085852760bcc9f81122bf2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2020-02-05T22:20:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-05T22:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=549130ea296255817782405c3f79633676821af4'/>
<id>549130ea296255817782405c3f79633676821af4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/searchop.vim: Add `&lt;Plug&gt;` mappings</title>
<updated>2020-02-05T22:13:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-05T22:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=3b417b4aa2fd78f72e180ca87a3fd65786ffc340'/>
<id>3b417b4aa2fd78f72e180ca87a3fd65786ffc340</id>
<content type='text'>
Move hard-coded `z#` and `z*` mappings to `&lt;Plug&gt;` mappings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move hard-coded `z#` and `z*` mappings to `&lt;Plug&gt;` mappings.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/searchop.vim: Add load guard</title>
<updated>2020-02-05T22:07:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-05T22:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=c292377efc09f8ecdfbf55873d72dec1927dac63'/>
<id>c292377efc09f8ecdfbf55873d72dec1927dac63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move functions to autoload</title>
<updated>2020-02-05T22:02:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-02-05T22:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-searchop/commit/?id=682926ad56ff1ce2f6498eed1cefa021dbe04839'/>
<id>682926ad56ff1ce2f6498eed1cefa021dbe04839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
