diff options
author | Teddy Wing | 2019-05-17 22:59:56 +0200 |
---|---|---|
committer | Teddy Wing | 2019-05-17 22:59:56 +0200 |
commit | d9f940343daacfd547d9000b8664f06908a9b8e4 (patch) | |
tree | 576e27aadbff18b9a69be9d34f6d2c043b4e5d80 /vimrc | |
parent | b2f94159f0cd922259847727b917a6271a4b6be3 (diff) | |
download | dotvim-d9f940343daacfd547d9000b8664f06908a9b8e4.tar.bz2 |
diff-corrections: Don't load if the lambda feature isn't available
I wrote the `s:SaveCommentColor()` function using a lambda for
`filter()`ing. However, not all Vims have `lambda` support. And it
doesn't exist before Vim 7.4 I think. Use this guard to avoid causing
errors on startup for those Vims without lambdas.
Diffstat (limited to 'vimrc')
0 files changed, 0 insertions, 0 deletions