From 7f0fccba0b1ecbc5ad62264919aec4d9b8a07c4e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 15 Oct 2013 23:08:16 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee5df84..b05099b 100644 --- a/README.md +++ b/README.md @@ -646,7 +646,7 @@ Other options ### Disabling &foldmethod during alignment [It is reported](https://github.com/junegunn/vim-easy-align/issues/14) that -`&foldmethod` setting of `expr` or `syntax` can significantly slow down the +`&foldmethod` value of `expr` or `syntax` can significantly slow down the alignment when editing a large, complex file with many folds. To alleviate this issue, EasyAlign provides an option to temporarily set `&foldmethod` to `manual` during the alignment task. In order to enable this feature, set