linrongbin
linrongbin

Reputation: 3361

Why my Gvim often stop working on Win7?

My Gvim often stop working on Windows7: enter image description here

I download a prebuilt gvim version, I forgot the link page. I use Vundle as my vim plugin manager: enter image description here

Please help me... Sometimes I type a little fast, I cannot realize what I have type. Maybe I press some error key which caused the gvim stop. But I don't know what key will cause the gvim stop.

Upvotes: 1

Views: 111

Answers (2)

linrongbin
linrongbin

Reputation: 3361

Thanks to @Ingo Karkat recommandation.

I download another prebuild gvim for windows version.

I find a very good all-in-one gvim for windows on Bitbucket:

https://bitbucket.org/Alexander-Shukaev/vim-for-windows/downloads

This gvim support lua/python2.7.x/python3.4.x/ruby/perl, and it include all the lua52.dll/python27.dll/python34.dll/... files. So vimers do NOT have to download the matchde version script dll files.

I think this will meet most of vimer's need.

Upvotes: 0

Ingo Karkat
Ingo Karkat

Reputation: 172590

Your Vim version 7.4.280 is a development snapshot; it is not a stabilized version. Either move back to this MR version (and hope that the problem isn't there), or regularly update to the latest available build. Ideally, you'll then debug into / collect stacktraces in case of crashes, and report this problem, so that the devs can do something about it.

Upvotes: 1

Related Questions