Monday, April 24, 2023

Re: What to use for....

On Mo, 24 Apr 2023, 'Sebastian Gödecke' via vim_use wrote:

> Hi there,
> i'm running into issue if i don't get solution for getting older....
> I'm working with config files for an application that is using DN's
> In this config-file the ldap-dn has to be written in one (long) line.
> 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.
> Could this be done with a template, syntax-checking or what else?
> Any hints for this would be great :D

Not sure I understand the problem. I think using numbered lines with
wrapping (possibly with breakindent/showbreak setting enabled) enabled
should allow you to show everything. So something like this:

:set wrap number breakindent showbreak=>>

For very long lines, smoothscroll feature could also be helpful (:set
smoothscroll) and then scroll using Ctrl-E/CTRL-Y

Best,
Christian
--
Humor ist nicht erlernbar. Neben Geist und Witz setzt er vor allem ein
großes Maß an Herzensgüte voraus, an Geduld, Nachsicht und
Menschenliebe.
-- Curt Goetz

--
--
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/ZEZmDb9YGtrtmFIQ%40256bit.org.

No comments: