Sunday, December 11, 2022

Re: Vim spell indentation issue

Hi,

Changing
> syn region markdownCodeBlock start=" \|\t" end="$" contained
to
> syn region markdownCodeBlock start="^\n\( \|\t\)" end="$" contained
works well. I thought my vim was the latest, but I'll look into Christian's
comment about more recent syntax files.

Massive thanks,

Mohit.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20221211170242.2he4xkyyqmpkuf6i%40zurich.home.

No comments: