<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil-surround.git/test/evil-surround-test.el, branch master</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 tests</title>
<updated>2024-03-25T08:52:22+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2024-02-19T11:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=da05c60b0621cf33161bb4335153f75ff5c29d91'/>
<id>da05c60b0621cf33161bb4335153f75ff5c29d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: add "lexical-binding" directive</title>
<updated>2024-03-25T08:52:22+00:00</updated>
<author>
<name>Konstantin Kharlamov</name>
<email>Hi-Angel@yandex.ru</email>
</author>
<published>2024-02-18T17:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=f686037a1a694bbfb379e61cc654cabc826e5771'/>
<id>f686037a1a694bbfb379e61cc654cabc826e5771</id>
<content type='text'>
Fixes a bunch of warnings like:
    test/elpa.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a bunch of warnings like:
    test/elpa.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for surrounding with function calls in prefix form</title>
<updated>2022-01-03T03:45:47+00:00</updated>
<author>
<name>Brian Leung</name>
<email>leungbk@posteo.net</email>
</author>
<published>2022-01-03T00:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=191ad92fb89a4eb80ef2c130a64889eb1bb676c2'/>
<id>191ad92fb89a4eb80ef2c130a64889eb1bb676c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>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>
<entry>
<title>main el file: add dots and caps to evil-surround-tag-name-re</title>
<updated>2019-10-13T16:56:24+00:00</updated>
<author>
<name>deviantfero</name>
<email>fmorataya.04@gmail.com</email>
</author>
<published>2019-10-08T20:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=d210e1fc2cf1c2d095471cefa700a0d1703f4ab6'/>
<id>d210e1fc2cf1c2d095471cefa700a0d1703f4ab6</id>
<content type='text'>
tests: add tests for caps and dots support in tag names
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests: add tests for caps and dots support in tag names
</pre>
</div>
</content>
</entry>
<entry>
<title>optionally keep xml attrs: add more tests</title>
<updated>2019-04-04T01:29:04+00:00</updated>
<author>
<name>ninrod</name>
<email>filipe.silva@gmail.com</email>
</author>
<published>2019-04-04T01:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=5ad01dfa86424c4b22cd1dfa375f13bd8c656f43'/>
<id>5ad01dfa86424c4b22cd1dfa375f13bd8c656f43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
