mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 15:55:36 +00:00
docs: lsp, options, promptbuf
Close #37630 Close #37682 Close #37762 Close #37785 Co-authored-by: Daniel Schmitt <d.schmitt@lansoftware.de> Co-authored-by: Duane Hilton <duane9@gmail.com> Co-authored-by: NeOzay <colpaert.benoit@gmail.com> Co-authored-by: Yi Ming <ofseed@foxmail.com> Co-authored-by: "Justin M. Keyes" <justinkz@gmail.com>
This commit is contained in:
@@ -731,7 +731,7 @@ describe('vim.fs', function()
|
||||
vim.uv.fs_rmdir('Xtest_fs-rm')
|
||||
end)
|
||||
|
||||
it('works with symlink', function()
|
||||
it('symlink', function()
|
||||
-- File
|
||||
vim.uv.fs_symlink('Xtest_fs-rm/file-to-link', 'Xtest_fs-rm/file-as-link')
|
||||
vim.fs.rm('Xtest_fs-rm/file-as-link')
|
||||
|
||||
Reference in New Issue
Block a user