Folding: mention FastFold plugin

This commit is contained in:
Marco Hinz 2016-01-12 14:19:00 +01:00
parent 13d8933fc2
commit 908ccad784

View File

@ -536,6 +536,11 @@ Vim distinguishes between several types of fold methods:
| marker | Folds based on markers in the text (often in comments). |
| syntax | Folds based on syntax, e.g. folding `if` blocks. |
**NOTE**: Folding can be computationally intensive! If you experience any
performance drawbacks (small delays when typing), have a look at
[FastFold](https://github.com/Konfekt/FastFold), which prevents Vim from
updating folds when it's not needed.
Related help:
```