:edit/file needs :new before :bdel/bwipe
Open
bug
question
- Dominant language
- Vim Script
- Stars
- 599
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
[1] Not ok (the results gets copied to the test file):
```vader
Before:
edit A
After:
bdelete A
Execute:
Log bufnr('A')
Execute:
Log bufnr('A')
```
[2] Ok
```vader
Execute:
edit A
Execute:
Log bufnr('A')
Execute:
bdelete A
Execute:
edit A
Execute:
Log bufnr('A')
Execute:
bdelete A
```
Isn't [1] supposed to be executed like [2]?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.