prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 160 forks source link

"1 more files to edit" `q!` quit does not work #148

Open clach04 opened 1 year ago

clach04 commented 1 year ago

There are multiple reports of the same issue. Opening yet another one to group and link together to try and avoid needing to read them all:

Problem

Standard quit directive does not work and odd message shows up:

:q!

Quickest test case:

  1. start pyvim (no files)
  2. issue help, :help
  3. Attempt to quit with, :q!, will see 1 more files to edit

Workaround

issue:

:qa

Can also save but most people just want to quit without save.

Related