Missing paste match indent commands
- Dominant language
- Emacs Lisp
- Stars
- 3.9k
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
Originally reported by: **arianaut (Bitbucket: [arianaut](https://bitbucket.org/arianaut), GitHub: Unknown)**
----------------------------------------
Missing these two commands from Vim:
```
["x]]p or *]p* *]*
["x]] Like "p", but adjust the indent to the current line.
Using the mouse only works when 'mouse' contains 'n'
or 'a'. {not in Vi}
["x][P or *[P*
["x]]P or *]P*
["x][p or *[p* *[*
["x][ Like "P", but adjust the indent to the current line.
Using the mouse only works when 'mouse' contains 'n'
or 'a'. {not in Vi}
```
----------------------------------------
- Bitbucket: https://bitbucket.org/lyro/evil/issue/464
Contributor guide
Research direction
The issue specifies Vim-compatible ]p and [p paste commands but names no repository files or tests. Start by locating Evil's existing paste command definitions and their tests, then compare the behavior with the quoted Vim semantics. Done means both commands adjust pasted indentation to the current line and are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs-lisp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100