Wednesday, June 5, 2013

Re: I'm unable to override indentexpr

On Wednesday, June 5, 2013 6:26:59 AM UTC-5, Bram Moolenaar wrote:
> Steve Litt wrote:
>
>
>
> > I'm using Vim 7.3 in Xubuntu 12.10. When editing my html files, this
>
> > happens when I set indentexpr?:
>
> >
>
> > indentexpr=HtmlIndentGet(v:lnum)
>
> >
>
> > That's no good because HtmlIndentGet(v:lnum) does a horrible job of
>
> > indenting: I'd rather have no indentation at all. No prob -- I'll just
>
> > set indentexpr=, thereby getting rid of Vim-furnished indentation. So,
>
> > in ~/.vim/after/ftplugin/html.vim, I put indentexpr=. It changes
>
> > nothing. verb set indentexpr? says:
>
>
>
> [...]
>
>
>
> Are other people thinking the same way? I quite often disable HTML
>
> indenting, especially because it re-indents when changing an existing
>
> line, which can be very annoying.
>

I leave it enabled. It could certainly use some improvement...sometimes it seems to get lost, especially inside of <li> items, but I wouldn't go so far as saying I'd rather have NO automatic indenting. It does a reasonable job often enough I don't mind fixing it manually from time to time. I would prefer if I didn't need to fix it at all. I've toyed with the idea of using HTMLtidy as a formatprg/equalprg but it never bugged me enough to try setting it up.

--
--
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.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment