Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:q does not always work #3

Open
inglesp opened this issue Apr 26, 2015 · 2 comments
Open

:q does not always work #3

inglesp opened this issue Apr 26, 2015 · 2 comments
Labels

Comments

@inglesp
Copy link

inglesp commented Apr 26, 2015

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!

@jonathanslenders
Copy link
Member

Ok, thanks for reporting! :)
I will fix that, along with the other bugs coming in.

@e12e
Copy link

e12e commented Apr 28, 2015

Possibly related: shouldn't :q in a buffer close that buffer?

If I start pyvim and type :help for help (incidentially, :h doesn't work - it probably should) -- I can't seem to close the help-buffer? In vim I'd just do :q -- but that doesn't work (pyvim complains about "one more file to edit") -- and :q! quits pyvim -- rather than close the buffer&window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants