<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/bundle/cmd-escape, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>cmd-escape: Make the plugin code more robust</title>
<updated>2019-12-13T19:50:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-11T00:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=089771a8cf6eaf69aba0d7b37442a3b815aa7960'/>
<id>089771a8cf6eaf69aba0d7b37442a3b815aa7960</id>
<content type='text'>
* Move functions into autoload
* Remove unused `s:Activate()` and `s:Deactivate()`. These were
  development ideas.
* Add a load guard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move functions into autoload
* Remove unused `s:Activate()` and `s:Deactivate()`. These were
  development ideas.
* Add a load guard
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'cmd-escape' plugin idea</title>
<updated>2019-12-13T19:50:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-10T20:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=88904fd725e31d614408c2a95b5d8a56f0de4ae0'/>
<id>88904fd725e31d614408c2a95b5d8a56f0de4ae0</id>
<content type='text'>
A mapping that toggles &lt;Space&gt; to insert '\ ', automatically escaping
spaces when entering file names (such as when creating files with spaces
in their names).

Working, but I now need to clean up the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A mapping that toggles &lt;Space&gt; to insert '\ ', automatically escaping
spaces when entering file names (such as when creating files with spaces
in their names).

Working, but I now need to clean up the code.
</pre>
</div>
</content>
</entry>
</feed>
