Fix typo in foldexpr example

This commit is contained in:
Sh3Rm4n 2020-09-14 11:31:20 +02:00 committed by Stephan Seitz
parent 3f86d08390
commit 97113abedc

View file

@ -552,7 +552,7 @@ nvim_treesitter#foldexpr()~
Functions to be used to determine the fold level at a given line number.
To use it: >
set foldmethod=expr
set foldexpr=nvim_treesitter#foldexr()
set foldexpr=nvim_treesitter#foldexpr()
<
This will respect your 'foldnestmax' setting.