purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

{} indentation bug #6

Closed leighman closed 7 years ago

leighman commented 9 years ago

I define eg.

newtype Complex = Complex
  { real :: Number
  , imaginary :: Number
  }

Vim moves the closing brace back to column 0 when you would want it to stay in column x