On May 16, 2:09 am, z9 <z...@zorum.com> wrote:
> Hi Guys!
>
> I have been using vim for ages, and I ran into a serious problem with
> 7.3. on windows XP. After executing a vimgrep search and I have matches
> in several files, I open them in several tabs. If I switch tabs, vim
> crashes. Not all the time, but very often.
>
> Earlier I never had this problem. There is a new feature in this new
> version, that the first 2 columns are highlighted, and >> signs show
> where are the matches. Since I see this new thing, I have crashes.
>
> 2 questions:
> - What can I do to avoid the crashes?
> - Is it possible to switch of the first two column highlight feature
> after vimgrep, and how?
>

I agree it is possible that the two problems are related. However,
this "new feature" is not a standard Vim feature. You must be using a
plugin. It sounds like the plugin is probably using the "signs"
feature. See :help sign.txt for details about this feature. Searching
through your plugins for the one which defines the signs with the
commands in this help file might help you find the culprit, and if
you're lucky, a way to disable only that portion of the plugin.

-- 
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

Reply via email to