Thursday, June 6, 2013

Re: :q and :wq freezes gvim on ubuntu 10

On Wednesday, June 5, 2013 9:04:38 PM UTC-5, hiwa wrote:
> I have made and gotten 7.3.1119 from Mercurial on Ubuntu 10.10.
>
> Simple program exit via :q and :wq etc. freezes entire gvim.
>
> Edited result is not saved after a forced process killing.
>
>
>
> What could be the cause and the solution for that problem?
>

Does it also happen with all plugins and customizations disabled?

gvim -N -u NONE -U NONE -i NONE

One possible candidate, if you have a plugin doing a lot of regex or something when you save and quit, is that the newer versions of Vim are using a new regex engine. :help 'regexpengine'. The new engine is currently a lot slower than the old, although Vim should still not "hang" when using it.

Also, did you try CTRL-C while Vim is "frozen"?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: