junegunn / junegunn/vader.vim

:edit/file needs :new before :bdel/bwipe

Open
#134 10 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.