<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-tabs-grep, branch v0.0.1</title>
<subtitle>Filter the output of the :tabs command</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/'/>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2018-04-07T23:07:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T23:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=044835706eb9e4053dc750b4b9403e6e5173006b'/>
<id>044835706eb9e4053dc750b4b9403e6e5173006b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2018-04-07T23:06:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T23:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=970beff3a40549043815c8341b40d0ed7ab8515e'/>
<id>970beff3a40549043815c8341b40d0ed7ab8515e</id>
<content type='text'>
Include a very short description and a Gif screencast.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a very short description and a Gif screencast.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation</title>
<updated>2018-04-07T22:45:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T22:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=cc6b632b401bc137136ce35be4832910b5c2849d'/>
<id>cc6b632b401bc137136ce35be4832910b5c2849d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only load the plugin once</title>
<updated>2018-04-07T22:15:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T22:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=feababe82edc183a20f5b410aff5f4dc21ab4d32'/>
<id>feababe82edc183a20f5b410aff5f4dc21ab4d32</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>2018-04-07T22:12:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T22:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=8868b071355638d3a8df26249216f46d8709b91d'/>
<id>8868b071355638d3a8df26249216f46d8709b91d</id>
<content type='text'>
Now that the plugin works and I'm done with the main development, move
everything from `plugin/` to `autoload/`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the plugin works and I'm done with the main development, move
everything from `plugin/` to `autoload/`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Echo tabs with "Tab page X" lines highlighted in the "Title" group</title>
<updated>2018-04-07T22:07:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T22:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=6fa50980ca86b00de5629cafe96a85280f2b0c1b'/>
<id>6fa50980ca86b00de5629cafe96a85280f2b0c1b</id>
<content type='text'>
Makes the "Tab page X" lines appear in the same colour as they usually
do when using the `:tabs` command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the "Tab page X" lines appear in the same colour as they usually
do when using the `:tabs` command.
</pre>
</div>
</content>
</entry>
<entry>
<title>s:MatchString(): Reuse `s:IsTabPageLine()`</title>
<updated>2018-04-07T21:44:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T21:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=a9960f29cef722d0eef68ca3eb7963fe9dbadc26'/>
<id>a9960f29cef722d0eef68ca3eb7963fe9dbadc26</id>
<content type='text'>
I previously extracted this check to `s:IsTabPageLine()` in order to use
it in `s:FilterTabPageElements()`. Eliminate it from `s:MatchString()`
now and reuse the function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I previously extracted this check to `s:IsTabPageLine()` in order to use
it in `s:FilterTabPageElements()`. Eliminate it from `s:MatchString()`
now and reuse the function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old commented code</title>
<updated>2018-04-07T21:43:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T21:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=ace0ff92ab8db692f1d837a9a8caddfa943d9445'/>
<id>ace0ff92ab8db692f1d837a9a8caddfa943d9445</id>
<content type='text'>
This was never really useful, just a holdover from very early
development (copied from LsGrep and modified a bit).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was never really useful, just a holdover from very early
development (copied from LsGrep and modified a bit).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug `echo`s</title>
<updated>2018-04-07T21:42:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T21:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=fde7c45f0eba262e58d733a358f02a9704aef910'/>
<id>fde7c45f0eba262e58d733a358f02a9704aef910</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Output filtered tabs</title>
<updated>2018-04-07T21:42:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-07T21:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-tabs-grep/commit/?id=acb8a320fe88b8b3a47eded0b0b9745f55faa986'/>
<id>acb8a320fe88b8b3a47eded0b0b9745f55faa986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
