> -----Original Message-----
> From: Michael Phillips [mailto:[EMAIL PROTECTED] 
> Sent: Friday, April 20, 2007 3:47 PM
> To: vim@vim.org
> Subject: css indenting
> 
> Hello everyone,
> 
>   How do I get vim to stop adding an indent to a line when 
> the previous line ends with a semicolon?  This happens when I 
> am editing a CSS file.  What options should I be looking at?

If you haven't already solved your issue, I have some experience with
writing indent files.

I just tried my Vim:

gvim my.css

#header {
height: 75px;
width: 9px;
}

I didn't get any indenting as I typed.

Looking at vim70\indent\css.vim:
" Language:         CSS
" Maintainer:       Nikolai Weibull <[EMAIL PROTECTED]>
" Latest Revision:  2006-04-19

I don't see any reference to a ";".

What indent\css.vim file are you using?

Dave

  • css indenting Michael Phillips
    • RE: css indenting David Fishburn

Reply via email to