junegunn / junegunn/vim-oblique
Issue with repating delete `/baz` with dot `.`
Open
- Dominant language
- Vim Script
- Stars
- 82
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
With the start file
```
foo john
bar baz
baz
```
Place your cursor on "j"
In normal mode, do :
- `d/baz`
- `.`
Will result in :
```
baz
baz
```
Expected is (that's the output without oblique)
```
foo
baz
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue in vim-oblique using the provided three-line buffer and the normal-mode commands `d/baz` followed by `.`. Compare the resulting buffer with the expected output, then trace the repeat behavior involved in the delete and confirm the fix preserves the expected two-line result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100