vim2hs icon indicating copy to clipboard operation
vim2hs copied to clipboard

Folding hides a signature

Open UnkindPartition opened this issue 12 years ago • 1 comments

When viewing http://okmij.org/ftp/Haskell/Iteratee/XMLookup.hs, finish_element_early type signature is hidden inside the fold for finish_element.

vim2hs-folding

UnkindPartition avatar Dec 18 '12 10:12 UnkindPartition

The reason is there's no empty newline between the two definitions. I'll see if I can fix it without breaking anything (I seem to recall adding the empty line requirement for a reason).

dag avatar Dec 18 '12 10:12 dag