<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-ls-grep, branch master</title>
<subtitle>Ever want to `:ls | grep filename`? Do `:LsGrep filename`.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/'/>
<entry>
<title>README: Update with a note about `:b`</title>
<updated>2014-12-13T23:46:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-12-13T23:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=bde36f9bb67d2c4772e40bded39cd04d9b919222'/>
<id>bde36f9bb67d2c4772e40bded39cd04d9b919222</id>
<content type='text'>
Found out recently that `:b` can take a buffer name (or partial buffer
name in particular) argument, which kind of obviates the need for this
plugin. Add a note about this to the README.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found out recently that `:b` can take a buffer name (or partial buffer
name in particular) argument, which kind of obviates the need for this
plugin. Add a note about this to the README.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helptags</title>
<updated>2014-12-13T23:42:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-12-13T23:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=8fc9b38dafffaa1f65edb99250a7efe6a8edf7e4'/>
<id>8fc9b38dafffaa1f65edb99250a7efe6a8edf7e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs</title>
<updated>2014-12-13T23:41:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-12-13T23:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=2d26783c9624e413be20a8ba31263a2de4975b79'/>
<id>2d26783c9624e413be20a8ba31263a2de4975b79</id>
<content type='text'>
Create a helpfile for real vim documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a helpfile for real vim documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/ls_grep.vim: Don't reload the plugin if already loaded</title>
<updated>2014-11-27T22:02:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-27T22:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=a6edb81626a56b266f3ac4f4907e595a7987b3ab'/>
<id>a6edb81626a56b266f3ac4f4907e595a7987b3ab</id>
<content type='text'>
Learning to become a good plugin citizen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Learning to become a good plugin citizen.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: fix installation clone URL</title>
<updated>2014-11-24T16:01:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-24T16:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=10b8ebf83e008687d9b7b439f1d59fabe13287ce'/>
<id>10b8ebf83e008687d9b7b439f1d59fabe13287ce</id>
<content type='text'>
Copied the text from the auditory.vim README and didn't read it
carefully. I forgot to replace the git clone URL with the one for
ls-grep.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied the text from the auditory.vim README and didn't read it
carefully. I forgot to replace the git clone URL with the one for
ls-grep.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2014-11-23T21:31:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-23T21:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=d07492d176055a4b20cc7c2d1b1660968218fb5b'/>
<id>d07492d176055a4b20cc7c2d1b1660968218fb5b</id>
<content type='text'>
Basic explanation of what the plugin does, usage, and installation
instructions.

Still need to write a Vim help file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Basic explanation of what the plugin does, usage, and installation
instructions.

Still need to write a Vim help file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LICENSE</title>
<updated>2014-11-23T20:36:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-23T20:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=b6a5596cb604ef4a6ec8b33703f752ee03e01697'/>
<id>b6a5596cb604ef4a6ec8b33703f752ee03e01697</id>
<content type='text'>
MIT license.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MIT license.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `LsGrep` function to autoload/</title>
<updated>2014-11-23T20:21:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-23T20:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=3f0a724625c9f3bea3cf6c5123da0fa3154cdb7a'/>
<id>3f0a724625c9f3bea3cf6c5123da0fa3154cdb7a</id>
<content type='text'>
* Change filename to use an underscore (in order to be able to use it in
  the autoload function name)
* Split the function and the command between autoload and plugin files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change filename to use an underscore (in order to be able to use it in
  the autoload function name)
* Split the function and the command between autoload and plugin files
</pre>
</div>
</content>
</entry>
<entry>
<title>ls-grep.vim: Require unquoted search term argument</title>
<updated>2014-11-23T20:17:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-23T20:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=deaa58fdc40cec7590b3a5eb9818a710bde865ba'/>
<id>deaa58fdc40cec7590b3a5eb9818a710bde865ba</id>
<content type='text'>
The argument passed into the command must now not be quoted. To add
spaces, use backslash escaping.

EDIT: Actually, it turns out you don't need to backslash escape spaces.
      Okay, so just don't quote your argument. That works nicely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The argument passed into the command must now not be quoted. To add
spaces, use backslash escaping.

EDIT: Actually, it turns out you don't need to backslash escape spaces.
      Okay, so just don't quote your argument. That works nicely.
</pre>
</div>
</content>
</entry>
<entry>
<title>ls-grep.vim: Add some comments to the `LsGrep` function</title>
<updated>2014-11-23T20:14:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-23T20:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-ls-grep/commit/?id=d53738b79e544a97e68f9731bef58201032a3cae'/>
<id>d53738b79e544a97e68f9731bef58201032a3cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
