neovim/test/functional/lua
zeertzjq 2955c921ce
fix(filetype): use unexpanded file name (#27931)
When the edited file is a symlink, the unexpanded file name is needed to
to achieve the same behavior as the autocommand pattern matching in Vim.
Neither args.file nor args.match are guaranteed to be unexpanded, so use
bufname() instead.
2024-03-23 11:46:23 +08:00
..
api_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
base64_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
buffer_updates_spec.lua vim-patch:8.2.4944: text properties are wrong after "cc" (#27821) 2024-03-12 06:56:06 +08:00
command_line_completion_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
commands_spec.lua feat(ex_cmds): no error on :lua with {range} and {code} (#27290) 2024-02-02 13:14:10 +08:00
diagnostic_spec.lua test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
ffi_spec.lua fix(api/buffer): fix handling of viewport of non-current buffer 2024-03-13 07:19:59 +01:00
filetype_spec.lua fix(filetype): use unexpanded file name (#27931) 2024-03-23 11:46:23 +08:00
fs_spec.lua test: refactor Paths 2024-01-17 10:10:17 +00:00
glob_spec.lua refactor(lua): refactored glob 2024-01-19 11:54:04 +00:00
highlight_spec.lua fix(lua): make highlight.on_yank use win-local highlight (#27349) 2024-02-22 16:39:32 +08:00
inspector_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
iter_spec.lua feat(vim.iter): add Iter:flatten (#26786) 2024-01-10 20:57:51 -06:00
json_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
loader_spec.lua fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev) 2024-02-13 10:29:22 +00:00
loop_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
luaeval_spec.lua fix(eval): skip over v:lua properly (#27517) 2024-02-18 19:11:44 +08:00
mpack_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
overrides_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
runtime_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
secure_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
snippet_spec.lua fix(snippet): correct indent with newline 2024-03-01 14:35:52 +08:00
spell_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
system_spec.lua fix(vim.system): don't process non-fast events during wait() (#27300) 2024-02-02 21:52:01 +08:00
text_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
thread_spec.lua test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
ui_event_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
ui_spec.lua fix(vim.ui.open): use explorer.exe instead of wslview #26947 2024-02-20 09:14:50 -08:00
uri_spec.lua fix(lua): remove uri fragment from file paths (#27647) 2024-02-28 10:50:53 +01:00
version_spec.lua feat(vim.version): add vim.version.le and vim.version.ge 2024-01-21 11:41:50 +01:00
vim_spec.lua test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
watch_spec.lua feat(lsp): add fswatch watchfunc backend 2024-03-01 23:00:20 +00:00
xdiff_spec.lua refactor(lua): use a keyset for vim.diff opts parsing 2024-02-13 11:54:44 +01:00