Skip to content

quickrun buffer is losing &nobuflisted after being closed #210

@tomushkin

Description

@tomushkin

Steps to reproduce:

  1. Load plugin in fresh Vim
$ vim -Nu NONE -c "run plugin/quickrun.vim"
  1. Run quickrun and observe listed buffers:
:QuickRun sh -src date
:ls
  1 %a   "[No Name]"                    line 1
  1. Close the quickrun window and repeat 2.
<C-w>o
:QuickRun sh -src date
:ls
  1 %a   "[No Name]"                    line 1
  2 #a   "quickrun://output"            line 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions