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

':wq' doesn't exist vim #89

Closed
linhmtran168 opened this issue Jun 18, 2013 · 8 comments
Closed

':wq' doesn't exist vim #89

linhmtran168 opened this issue Jun 18, 2013 · 8 comments

Comments

@linhmtran168
Copy link

With the latest minibufexpl.vim, :wq doesn't exist vim but leaves a big minibufexpl.vim open. I must type :q another time to be able to quit vim.

screen shot 2013-06-18 at 12 59 57 pm

@weynhamz
Copy link
Collaborator

This shouldn't be, which version of Vim are you using? Could you test it by just enable MBE to see if it really the MBE's problem?

@linhmtran168
Copy link
Author

I'm using MacVim 7.3-66. This is the output from :version command

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec 12 2012 16:22:25)
MacOS X (unix) version
Included patches: 1-754

I did disable all other plugins but the problem still appeared.
You can take a look at my .vimrc here https://github.com/linhmtran168/mac_dotfiles/blob/master/.vimrc

@weynhamz
Copy link
Collaborator

MBE is currently using 'QuitPre' event to close itself before the quitting, there seems a bug that 'QuitPre' wouldn't be called befroe ':wq', you might need to upgrade your Vim to a newer version, I am using 7.3.918 which is working properly.

@linhmtran168
Copy link
Author

@techlivezheng Thank you, updated to the master branch of macvim and the problem was fixed

@weynhamz
Copy link
Collaborator

@linhmtran168 You are welcome, glad to see it helps.

@sumonto
Copy link

sumonto commented Jul 12, 2013

Please give me a link on how to update to latest patch fix,
I had downloaded the latest win installer 2 days back from vim.org.

thanks.

@weynhamz
Copy link
Collaborator

@sumonto If the win installer vim.org provides is not new enough, you might need to build it yourself. As for how to build Vim on M$ Windows, sorry I really can't help you, you are on your own I am afraid.

@sumonto
Copy link

sumonto commented Jul 13, 2013

hg summary
parent: 2572:ee53a39d5896
Last changes for the 7.3 release!
branch: vim73
commit: 2 modified, 1875 unknown
update: (current)

(2 modified files are make files to build using VS 2012)
I was finally able to build on windows using Visual Studios 2012 Compiler
Scenario 1: (0 buffers or 1 buffer open)
:bd closes the single buffer, but does not close GVim.exe

Scenario 2: (2 or more buffers open)
:bd closes GVim.exe

Thanks for your help so far.
Sumonto

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

No branches or pull requests

3 participants