Open
Description
You know the joke about vim being so popular because it's impossible to quit..?
If I start pyvim without any arguments and open a file with :e some-file
, then if I try to quit vim with :q
, I see the message "1 more files to edit", and nothing else happens. I have to use :q!
or :qa
to quit.
Instead, if I start pyvim like pyvim some-file
, then :q
works fine.
Keep up the good work!