vim2hs icon indicating copy to clipboard operation
vim2hs copied to clipboard

indentexpr should match from end

Open dag opened this issue 13 years ago • 0 comments

test = if x then y else if z
      -- ^ where it currently indents to
test = if x then y else if z
                       -- ^ where it should indent to

dag avatar Mar 08 '12 07:03 dag