Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald authored Mar 14, 2018
1 parent f7eac07 commit 9052245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9052245

Please # to comment.