mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
docs: various #25289
Co-authored-by: Jongwook Choi <wookayin@gmail.com> Co-authored-by: Oliver Marriott <hello@omarriott.com> Co-authored-by: Benoit de Chezelles <bew@users.noreply.github.com> Co-authored-by: Jongwook Choi <wookayin@gmail.com>
This commit is contained in:
@@ -99,7 +99,10 @@ describe('vim._watch', function()
|
||||
|
||||
describe('poll', function()
|
||||
it('detects file changes', function()
|
||||
skip(is_os('bsd'), 'bsd only reports rename on folders if file inside change')
|
||||
skip(
|
||||
is_os('bsd'),
|
||||
'kqueue only reports events on watched folder itself, not contained files #26110'
|
||||
)
|
||||
local root_dir = vim.uv.fs_mkdtemp(vim.fs.dirname(helpers.tmpname()) .. '/nvim_XXXXXXXXXX')
|
||||
|
||||
local result = exec_lua(
|
||||
|
||||
Reference in New Issue
Block a user