unison/editor-support/vim
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
..
ftdetect Added editor support for vim 2018-08-23 10:43:52 -04:00
syntax Correct semantics of "fold" comment 2020-09-20 16:45:17 +01:00