Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Won't Fix
-
PUP 3.5.1 RC
-
None
-
None
-
None
-
All
Description
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.. :
if $condition {
|
$myvar = -1
|
} else {
|
$myvar = 0
|
}
|
Many of us don't use C-style if.. else.. so we'd be grateful for a fix.
Attachments
Issue Links
- relates to
-
PUP-7558 Remove outdated editor extensions from the Puppet repo
-
- Closed
-