On Sat, Oct 3, 2009 at 3:07 PM, Ben Fritz <fritzophre...@gmail.com> wrote:
>
> On Oct 2, 1:51 pm, Peng  Yu <pengyu...@gmail.com> wrote:
>> Can somebody help me figure out what the bug is?
>>
>> E323: line count wrong in block 1
>> E316: ml_get: cannot find line 76
>>  76 ???
>> E323: line count wrong in block 1
>> Press ENTER or type command to continue
>> E316: ml_get: cannot find line 76
>> Press ENTER or type command to continue
>>  77 ???
>> Press ENTER or type command to continue
>> E316: ml_get: cannot find line 77
>> Press ENTER or type command to continue
>> E323: line count wrong in block 1
>>  78 ???
>
> It is almost certainly in some plugin in your setup, or your .vimrc.
>
> First, try when launching Vim with (g)vim --noplugin
>
> If the problem goes away, it's a plugin. If it does not, try with (g)
> vim -N -u NORC
>
> If the problem goes away, it's your .vimrc.
>
> If a plugin is causing the problem, try disabling all of them and
> adding them back in one by one until the error is re-introduced.
>
> If it's your .vimrc, put a :finish command halfway through it and move
> it around in binary-search fashion until you narrow the problem down
> to a single command.

Either way, these errors are internal errors within vim itself, so
once you figure out how to reproduce them, please report the test case
on the vim-dev mailing list.  See :help E316 and :help E323.

~Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to