doomemacs/modules/editor/evil/autoload
Samuel Tschiedel 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
..
advice.el fix(evil): window-selection-change-functions use case 2022-01-27 03:33:13 +01:00
embrace.el fix(evil): handle edge cases of embrace 2021-11-25 01:45:09 +01:00
evil.el refactor(evil): use window-swap-states in +evil--window-swap 2022-01-27 03:43:51 +01:00
ex.el Fix #2832: filename modifiers replaced with empty strings 2020-04-26 04:12:33 -04:00
files.el Rewrite move/copy/delete file commands 2020-04-27 01:51:18 -04:00
textobjects.el fix(evil): define *-any-quote directly 2022-04-25 16:38:40 +02:00
unimpaired.el fix(evil): +evil/next-preproc-statement -> +evil/next-preproc-directive 2022-02-10 04:07:16 +01:00