mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
docs: api, messages, lsp, trust
gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features.
This commit is contained in:
@@ -115,6 +115,7 @@ describe('file search', function()
|
||||
eq(expected, eval('expand("<cfile>")'))
|
||||
end
|
||||
|
||||
-- test_cfile([[c:/d:/e:/foo/bar.txt]], 'c:/d:/e') -- TODO(justinmk): should return "d:/foo/bar.txt" ?
|
||||
test_cfile([[c:/d:/foo/bar.txt]]) -- TODO(justinmk): should return "d:/foo/bar.txt" ?
|
||||
test_cfile([[//share/c:/foo/bar/]])
|
||||
test_cfile([[file://c:/foo/bar]])
|
||||
|
||||
Reference in New Issue
Block a user