atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Fix #98 #103

Closed ariskou closed 9 years ago

ariskou commented 9 years ago

On Linux x64 (at least) the problem still persists. The problem is that in order to have unlimited splits, in splitBy, limit must be 0, not -1. I have chaned this and checked it that it works.