From 026cfa28d0dccb7f1832d6fcca378518a4082fdb Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 20 Feb 2025 11:52:03 +0100 Subject: docs: misc Co-authored-by: Au. Co-authored-by: Daniel Rainer Co-authored-by: Evgeni Chasnovski Co-authored-by: Lewis Russell Co-authored-by: Luuk van Baal Co-authored-by: Pierre Barbin Co-authored-by: Riley Bruins Co-authored-by: Yinzuo Jiang Co-authored-by: phanium <91544758+phanen@users.noreply.github.com> Co-authored-by: zeertzjq --- test/functional/plugin/lsp/folding_range_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/plugin') diff --git a/test/functional/plugin/lsp/folding_range_spec.lua b/test/functional/plugin/lsp/folding_range_spec.lua index 7e68a598d2..601f00ef8a 100644 --- a/test/functional/plugin/lsp/folding_range_spec.lua +++ b/test/functional/plugin/lsp/folding_range_spec.lua @@ -612,7 +612,7 @@ static int foldLevel(linenr_T lnum) }) end) - it('is defered when the buffer is not up-to-date', function() + it('is deferred when the buffer is not up-to-date', function() exec_lua(function() vim.lsp.foldclose('comment') vim.lsp.util.buf_versions[bufnr] = 0 -- cgit