mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs: fix typos
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: himanoa <matsunoappy@gmail.com>
This commit is contained in:
@@ -3877,14 +3877,14 @@ describe('LSP', function()
|
||||
|
||||
local send_event
|
||||
require('vim.lsp._watchfiles')._watchfunc = function(_, _, callback)
|
||||
local stoppped = false
|
||||
local stopped = false
|
||||
send_event = function(...)
|
||||
if not stoppped then
|
||||
if not stopped then
|
||||
callback(...)
|
||||
end
|
||||
end
|
||||
return function()
|
||||
stoppped = true
|
||||
stopped = true
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user