mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Typo
This commit is contained in:
parent
dfa5203be8
commit
9aa920be7e
@ -589,7 +589,7 @@ Vim distinguishes between several types of fold methods:
|
||||
| diff | Used in diff windows to fold unchanged text. |
|
||||
| expr | Uses `'foldexpr'` to basically create a new fold method. |
|
||||
| indent | Folds based on indentation. |
|
||||
| manual | Create folds yourself via `zf, `zF`, and `:fold`. |
|
||||
| manual | Create folds yourself via `zf`, `zF`, and `:fold`. |
|
||||
| marker | Folds based on markers in the text (often in comments). |
|
||||
| syntax | Folds based on syntax, e.g. folding `if` blocks. |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user