0a715cc3f2
refactor: (if|when)-let -> (if|when)-let*
...
With the former macros' future in the air (and likely to be targeted in
future, potentially breaking changes), I'll deal with this now than have
it bite me later.
Ref: https://lists.gnu.org/archive/html/emacs-devel/2024-10/msg00637.html
2025-01-08 19:33:37 -05:00
488ad07cc5
fix(evil): define *-any-quote directly
...
Defining `*-any-quote` objects via the exiting `*-block` helpers leads
to incorrect behaviour, where the trailing boundary is also included as
part of the selection (cursor on `|`, selection between `|`):
```
start: "te|st"
v i q: "|test"|
```
The expected behaviour is the same as `v i "`:
```
start: "te|st"
v i q: "|test|"
```
Fix : #5698
2022-04-25 16:38:40 +02:00
bd94250503
Fix #5113 : "defining as dynamic an already lexical var" error
...
Due to a dynamic variable being let-bound while evil-textobj-anyblock is
loading, so load it first.
2021-05-30 12:21:13 -04:00
d21d86aafc
Add single quotes to ‘any quote’ text objects
2020-10-28 08:48:01 +01:00
164b997cb0
Add q text-object for all quotes
2020-10-27 23:18:06 -04:00
427ed2bbc0
Fix +evil:defun-txtobj docstring
2020-03-23 18:23:22 +01:00
1575300ad4
Add iu/au text-object for urls #2484
2020-02-04 13:58:43 -05:00
26c8f5c6ef
Bytecompiler bytecompiler, won't you shut up
2019-11-23 01:21:25 -05:00
9e2b0c6332
editor/evil: fix autoload for +evil:whole-buffer-textobj
2019-10-28 23:23:13 -04:00
f2b77fe2c0
Add whole-buffer (g) and defun (f) text objects
2019-10-26 00:37:12 -04:00