From 9aa920be7eec23972263e9a5b241fd84752a5c4c Mon Sep 17 00:00:00 2001 From: peter50216 Date: Wed, 13 Jan 2016 09:52:26 +0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bbb01c..fe6092a 100644 --- a/README.md +++ b/README.md @@ -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. |