这是indexloc提供的服务,不要输入任何密码
Skip to content

:wqa results in "E948: Job still running" because invisible terminal window #644

@positron

Description

@positron

Running :wqa tries to save all buffers then close them all. This fails, surprisingly if you never opened the conjure log buffer, because it is open but invisible.

Reproduction steps:

  • nvim test.clj
  • :wqa
    E948: Job still running
    E676: No matching autocommands for buftype= buffer
    
  • :ls!                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
      1 %a   "test.clj"           line 76                                                                                                                                                                                                                                                                                                                                                                                                                          
      2u h   "conjure-log-74563.cljc"       line 0                                                                                                                                                                                                                                                                                                                                                                                                                           
      3 #hR  "term://~/projects/foo//74574:bb nrepl-server localhost:52386" line 1  
    
  • :bwipeout! 3 - force kill the nrepl terminal
  • :wqa - now works

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions