| Summary: | vimode clipboard copy/paste line is not correct | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Amos Bird <amosbird> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | jpmbatrina01 |
| Priority: | NOR | ||
| Version First Reported In: | 5.73.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Seems to be fixed on 5.73.0 (I don't know on which specific version it was fixed) Upon further inspection, this seems to work for the normal delete line and yank line (dd, yy), but the behavior you describe appears when using (numbered) registers. Pasting the given line in normal (non-vi) mode and in vimode results to the same output in the lates dev version of kate. Please feel free to reopen if you still experience the bug, preferrably with another example. |
copy this line : for (;i<v.size()-1;i++) { and paste it at the same position generates : for (;i<v.s for (;i<v.size()-1;i++) { ize()-1;i++) { while in vim it pastes to a new line