How to open cmdwin in test?
Open
- Dominant language
- Vim Script
- Stars
- 599
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
@junegunn hi, thanks for the tool, and how can I open cmdwin in test?
```viml
Execute ( SpaceVim api: vim#buffer ):
split 'test.txt'
Log bufname('%')
call feedkeys('q:', 'n')
Log bufname('%')
```
this test show me two `test.txt`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.