On Oct 2, 1:51 pm, Peng  Yu <[email protected]> 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.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to