Title: Message Title
Charlie Sharpsteen commented on an issue
Puppet / Bug PUP-2529
Vim syntax file performs incorrect indent for if.. else..
Support for Vim has been provided here:

  https://github.com/puppetlabs/puppet/tree/master/ext/vim

With the current syntax file indentation is performed incorrectly for Java-style if.. else.. :

{noformat}
    if $condition {
        $myvar = -1
        } else {
            $myvar = 0
        }
{noformat}

Many of us don't use C-style if.....

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to