<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil-surround.git, 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>evil-surround.el: replace looking-at with looking-at-p</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:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=14dc693ed971053feb9596d4bc1b1de0b0006584'/>
<id>14dc693ed971053feb9596d4bc1b1de0b0006584</id>
<content type='text'>
We don't use the match-data in the function, so let's call the
non-mutating version of `looking-back`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't use the match-data in the function, so let's call the
non-mutating version of `looking-back`
</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>Fix some grammar quirks in readme.org</title>
<updated>2023-12-13T13:36:33+00:00</updated>
<author>
<name>Nate Eagleson</name>
<email>nate@nateeag.com</email>
</author>
<published>2023-11-21T19:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=c7116cdc774b1e259eaf3e9e7a318a6c99c2da17'/>
<id>c7116cdc774b1e259eaf3e9e7a318a6c99c2da17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return an empty range from evil-surround-edit</title>
<updated>2023-09-17T15:41:34+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2023-09-17T15:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=bd98f7f5492446885dc4c6b0a7579c75c22ac829'/>
<id>bd98f7f5492446885dc4c6b0a7579c75c22ac829</id>
<content type='text'>
This fixes a bug with evil-cleverparens where evil-cp-delete
tries to call evil-delete with the range, deleting too much text
if the point isn't on the opening paren.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug with evil-cleverparens where evil-cp-delete
tries to call evil-delete with the range, deleting too much text
if the point isn't on the opening paren.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix get-delims to allow functions as values</title>
<updated>2023-09-12T17:05:05+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2023-09-12T17:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=0d860be74165ceb8314742e4191cdad693f40a6d'/>
<id>0d860be74165ceb8314742e4191cdad693f40a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim whitespace from delimeters before using for deletion/change</title>
<updated>2023-09-12T16:52:29+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2023-09-12T16:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=b11048d92aa253d59097a82398e142453c809692'/>
<id>b11048d92aa253d59097a82398e142453c809692</id>
<content type='text'>
Fixes #204
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #204
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "Enable lexical binding""</title>
<updated>2023-08-19T08:36:25+00:00</updated>
<author>
<name>StrawberryTea</name>
<email>look@strawberrytea.xyz</email>
</author>
<published>2023-08-19T02:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=8fad8540c490d94a820004f227552ca08e3e3857'/>
<id>8fad8540c490d94a820004f227552ca08e3e3857</id>
<content type='text'>
This reverts commit 4a21d756b76a50e0c0619555836c9aa98f103d3d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4a21d756b76a50e0c0619555836c9aa98f103d3d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make car + cdr safe for delete overlays</title>
<updated>2023-08-13T20:53:26+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2023-08-13T20:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=ea14078cb2b934961b41d5179996ebd8d283273b'/>
<id>ea14078cb2b934961b41d5179996ebd8d283273b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore old deletion strategy as backup</title>
<updated>2023-08-13T20:19:44+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2023-08-13T20:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-surround.git/commit/?id=a5658ee1d496994379d1a0a2cddf904394ab2115'/>
<id>a5658ee1d496994379d1a0a2cddf904394ab2115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
