From 9052245e1d24b006b8112d4d09979814283bbb98 Mon Sep 17 00:00:00 2001 From: Patrick Seewald Date: Wed, 14 Mar 2018 13:23:19 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39565b5..0e4e79e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ hi Folded term=NONE cterm=NONE This approach is fast but does not work for e.g. C style multiline comments and Python doc strings. If you'd like anyfold to correctly ignore these lines, add ```vim - let anyfold_identify_comments = 2 + let anyfold_identify_comments=2 ``` to your vimrc. Please note that this may considerably slow down your Vim performance (mostly when opening large files). 5. *Customization:* For expert configuration, anyfold triggers an event `anyfoldLoaded` after initialisation. This enables user-defined startup steps such as