Files
doomemacs/modules/editor
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
..
2022-03-31 19:25:50 +02:00
2022-03-31 19:25:50 +02:00
2022-03-31 19:25:50 +02:00
2020-12-05 16:55:27 -05:00
2022-03-31 19:25:50 +02:00