Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KTextEditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FrameworksFrameworks
  • KTextEditor
  • Merge requests
  • !26

[Vimode]Make the behavior of numbered registers more accurate

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Jan Paul Batrina requested to merge jbatrina/ktexteditor:vimode-improvements into master Sep 16, 2020
  • Overview 4
  • Commits 2
  • Pipelines 0
  • Changes 3

Commit 2b32c485 was mostly based on the vim documentation, but it seems that actual vim behavior differs in that all deleted text spanning a line/lines are prepended to the numbered registers even when a register was selected.

It seems that I misunderstood/tested poorly what happens when an unfilled register is selected. Instead of "sparsely" filling the numbered registers, text is prepended to the numbered registers (e.g. When all numbered registers were previously untouched, the command "3dd will put the text on the register 1, not on register3)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vimode-improvements