1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-30 05:34:02 +02:00
IntelliJ-IdeaVim/vim-engine
Nath Tumlin 156fbcd60d Make yank motion respect exclusive-linewise
I used the code in VimChangeGroupBase.getDeleteRangeAndType to do the check.

For an example of what this fixes, with the document:
```
    ${c}Hello!
```
executing "y}llp" before this change yields
```
    HelHello!
    lo!
```
but doing it with this change yields
```
    Hello!
    Hello!
````
2025-03-07 09:07:53 +02:00
..
src Make yank motion respect exclusive-linewise 2025-03-07 09:07:53 +02:00
build.gradle.kts Update kotlin API version in vim-engine 2025-02-28 20:15:09 +02:00
Evolution.md Add update to the evolution 2022-12-02 12:03:58 +02:00
gradle.properties Set up publishing of the vim-engine library 2023-07-20 16:50:14 +03:00