On Fri, Dec 9, 2022 at 1:29 PM Christian Brabandt <
cbl...@256bit.org> wrote:
>
>
> On Mi, 07 Dez 2022, Mohit Agarwal wrote:
>
> > Hi,
> >
> > I've seen the following issue with Vim spell on multiple installs.
> > In a markdown file, the spelling error in the second line is not
> > recognised here:
> >
> > - The quick bron fox jumps over the lazy dog. The quick bron
> > fox jumps over the lazy dog. The quick bron fox jumps over
> >
> > But it is recognised when that line is not indented here:
> >
> > - The quick bron fox jumps over the lazy dog. The quick bron
> > fox jumps over the lazy dog. The quick bron fox jumps over the lazy
> >
> > I have tried to attatch a screenshot which shows this issue. I have no
> > idea what could be going on.
>
> I cannot seem to reproduce this. Are you using a custom markdown syntax
> plugin? Can you reproduce this starting from vim --clean?