unison/editor-support
Hakim Cassimally 238e22d8ba Correct semantics of "fold" comment
Unison uses a comment like this to signal the fold after an `edit`

    ---- Anything below this line is ignored by Unison.

The previous definition of `uBelowFold` was a line starting with
"---- ". But in fact a fold is triggered by 3 or more dashes at the
start of a line, and doesn't require a space.
2020-09-20 16:45:17 +01:00
..
atom/language-unison parse (cases) lambda-case syntax 2020-02-14 08:42:41 -08:00
vim Correct semantics of "fold" comment 2020-09-20 16:45:17 +01:00