neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit dd18ab169128a5bb620c04089eff78ee83ed14a5
parent e7410048facc1e817b852a70021c80097a95b51a
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Sat, 26 Apr 2025 09:42:13 -0700

test: drop redundant clear() #33654

followup to #33647 after overlapping merge
Diffstat:
Mtest/functional/plugin/lsp_spec.lua | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/functional/plugin/lsp_spec.lua b/test/functional/plugin/lsp_spec.lua @@ -1246,8 +1246,6 @@ describe('LSP', function() end) it('request should not be pending for sync responses (in-process LS)', function() - clear() - --- @type boolean local pending_request = exec_lua(function() local function server(dispatchers)