Thursday, July 2, 2015

Re: Vim hangs and consums 24% of CPU

Shlomi Fish, thanks for the "Error detected while processing /home/kdetest/.vimrc" messages.
So I commented line 13 of the vimrc file:
    Bundle 'gabrielelana/vim-markdown'
And the problem went away.

Christian, you where right, I will contact the maintainer of that markdown syntax file.

On Thu, Jul 2, 2015 at 1:05 AM, Shlomi Fish <shlomif@shlomifish.org> wrote:
Dear wolfv,

On Wed, 1 Jul 2015 18:14:47 -0700 (PDT)
wolfv <wolfvolpi@gmail.com> wrote:

> This is a weird bug.
>
> When the attached test_vim.txt file is opened in Vim, and scrolled down to
> line 372, Vim hangs and consumes 24% of CPU. This only happens with the
> attached vimrc and test_vim.txt.  All other files I tried work nice with the
> attached vimrc.
>

I tried running Vim with that .vimrc and that file here (= Mageia Linux x86-64
6), but ran into a problem:

«««
[kdetest@telaviv1 ~]$ gvim test_vim.txt
Error detected while processing /home/kdetest/.vimrc:
line    6:
E117: Unknown function: vundle#begin
line   11:
E492: Not an editor command: Plugin 'gmarik/Vundle.vim'
line   13:
E492: Not an editor command: Bundle 'gabrielelana/vim-markdown'
line   14:
E492: Not an editor command: Plugin 'xolox/vim-misc'
line   15:
E492: Not an editor command: Plugin 'xolox/vim-shell'
line   18:
E117: Unknown function: vundle

No comments: