On Oct 3, 2:16 pm, Matt Wozniski <m...@drexel.edu> wrote:
> 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.

The problem is that the error doesn't show up every time I edit the
file. Because of this reason, it is really hard for me to boil down to
a small test case. Do you have some idea on how to make the problem
reproducible?

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

Reply via email to