Monday, April 24, 2023

Re: What to use for....

On 2023-04-24 12:07, 'Sebastian G??decke' via vim_use wrote:
> Actually it's 1779 counts long and for this, i don't see the missing
> "=".Ā
> So how could i improve vim to "show" me that in my config-file is
> something missing.

I've done one-off things like

:match Error /^[^=]\=$/

which will highlight any lines that don't have an "=" in them.

You might wire that up with a file-type detection to do that more
automatically.

If there are lines that can validly lack an "=", then you'd have
to add some context to identify lines that should have "=" but
don't.

-tim




--
--
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/ZEZt77JNiPJfzLX7%40thechases.com.

No comments: