<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil-surround.git, branch 1.1.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/'/>
<entry>
<title>Fix dot repeat with counted motions</title>
<updated>2020-06-03T22:16:23+00:00</updated>
<author>
<name>Yiming Chen</name>
<email>dsdshcym@gmail.com</email>
</author>
<published>2020-05-25T23:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=346d4d85fcf1f9517e9c4991c1efe68b4130f93a'/>
<id>346d4d85fcf1f9517e9c4991c1efe68b4130f93a</id>
<content type='text'>
- rel: #133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- rel: #133
</pre>
</div>
</content>
</entry>
<entry>
<title>remove emacs 24 and 25 from the build pipeline</title>
<updated>2020-05-24T13:11:57+00:00</updated>
<author>
<name>ninrod</name>
<email>filipe.silva@gmail.com</email>
</author>
<published>2020-05-24T13:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=1c34944d8c98da4a2385d24ee89eef9cdf569a12'/>
<id>1c34944d8c98da4a2385d24ee89eef9cdf569a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos in the readme</title>
<updated>2020-05-24T13:07:50+00:00</updated>
<author>
<name>ninrod</name>
<email>filipe.silva@gmail.com</email>
</author>
<published>2020-05-24T13:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=7236499c433fc8ba1073832bb64946ec68c4d374'/>
<id>7236499c433fc8ba1073832bb64946ec68c4d374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trying to update travis configuration</title>
<updated>2020-05-24T12:50:00+00:00</updated>
<author>
<name>ninrod</name>
<email>filipe.silva@gmail.com</email>
</author>
<published>2020-05-24T12:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=8069f9c2f393876518fa74f7acfe30615874e867'/>
<id>8069f9c2f393876518fa74f7acfe30615874e867</id>
<content type='text'>
- here I am using evil's travis configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- here I am using evil's travis configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add surround text objects from local keymap (#165)</title>
<updated>2020-05-24T12:28:09+00:00</updated>
<author>
<name>itai33</name>
<email>itai3397@gmail.com</email>
</author>
<published>2020-05-24T12:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=4d6cc94df074b2e1a2806c23f01513ed29b6e243'/>
<id>4d6cc94df074b2e1a2806c23f01513ed29b6e243</id>
<content type='text'>
* add local keymap support

* add tests for local keymap

* document local keymap support in readme</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add local keymap support

* add tests for local keymap

* document local keymap support in readme</pre>
</div>
</content>
</entry>
<entry>
<title>merge @jamesnvc PRs #160 and #162</title>
<updated>2019-12-17T11:31:51+00:00</updated>
<author>
<name>ninrod</name>
<email>filipe.silva@gmail.com</email>
</author>
<published>2019-12-17T11:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=9b0b17f06cef9bac81ee4800d121265e54718a17'/>
<id>9b0b17f06cef9bac81ee4800d121265e54718a17</id>
<content type='text'>
- fix some bugs in macro use cases: #161 and #159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix some bugs in macro use cases: #161 and #159
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix repeating tag changes</title>
<updated>2019-12-16T01:02:20+00:00</updated>
<author>
<name>James N. V. Cash</name>
<email>james.nvc@gmail.com</email>
</author>
<published>2019-12-16T01:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=ee61a652003538675e00042b99fd2c03aa43a746'/>
<id>ee61a652003538675e00042b99fd2c03aa43a746</id>
<content type='text'>
To make repeating tag changes, need to record the output from the reading
the new tag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make repeating tag changes, need to record the output from the reading
the new tag
</pre>
</div>
</content>
</entry>
<entry>
<title>Checking minibuffer window doesn't seem to make a difference either</title>
<updated>2019-12-16T00:16:00+00:00</updated>
<author>
<name>James N. V. Cash</name>
<email>james.nvc@gmail.com</email>
</author>
<published>2019-12-16T00:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=b670e5f338175a1cbeaa1f0c16296f357adf1625'/>
<id>b670e5f338175a1cbeaa1f0c16296f357adf1625</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove apparently-unnecessary run-at-time</title>
<updated>2019-12-13T15:44:42+00:00</updated>
<author>
<name>James N. V. Cash</name>
<email>james.nvc@gmail.com</email>
</author>
<published>2019-12-13T15:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=01eb3c0e4f4d5992902641be79fb823067f493db'/>
<id>01eb3c0e4f4d5992902641be79fb823067f493db</id>
<content type='text'>
Fixes issue when surrounding with a tag from a macro
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue when surrounding with a tag from a macro
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for surrounding with a tag in a macro</title>
<updated>2019-12-13T15:42:27+00:00</updated>
<author>
<name>James N. V. Cash</name>
<email>james.nvc@gmail.com</email>
</author>
<published>2019-12-13T15:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=a3803cfb514180de3ce14727b293afd92e10f4bd'/>
<id>a3803cfb514180de3ce14727b293afd92e10f4bd</id>
<content type='text'>
Not using `evil-test-buffer`, as it doesn't seem to play well with
this kind of testing a kbd macro.

Also slightly different from the already-present tests for surrounding
with tags, because it does additional things after wrapping -- without
the included change, this surrounds with a `&lt;div&gt;` tag, but also
inserts the following keys as well, instead of treating them as
commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not using `evil-test-buffer`, as it doesn't seem to play well with
this kind of testing a kbd macro.

Also slightly different from the already-present tests for surrounding
with tags, because it does additional things after wrapping -- without
the included change, this surrounds with a `&lt;div&gt;` tag, but also
inserts the following keys as well, instead of treating them as
commands.
</pre>
</div>
</content>
</entry>
</feed>
