neovim/test/functional/lua
Michael Lingelbach 2230b578d1
feat: add vim.str_utf_{start,end} (#16129)
vim.str_utf_{start,end} return the offset from the current position to
the start and end of the current utf-character (nearest codepoint)
respectively.
2021-10-30 10:30:40 -07:00
..
api_spec.lua fix(api): check type in nlua_pop_keydict (#15940) 2021-10-08 18:22:33 +08:00
buffer_updates_spec.lua fix(buffer_updates): handle :sort of already sorted buffer 2021-10-08 16:15:35 +02:00
command_line_completion_spec.lua lint 2021-01-26 17:09:35 -08:00
commands_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
diagnostic_spec.lua refactor(diagnostic): make display handlers generic (#16137) 2021-10-29 18:47:34 -07:00
ffi_spec.lua fix(build): export symbols on Windows 2021-10-17 18:49:55 +06:00
highlight_spec.lua tests(lua/on_yank): assert conditions that fail correctly #15495 2021-08-27 04:54:01 -07:00
json_spec.lua test: add tests for vim.json 2021-09-26 11:52:17 -07:00
loop_spec.lua lua: add vim.in_fast_event() to check if we are in a luv callback 2019-08-05 13:57:24 +02:00
luaeval_spec.lua feat(lua): document support of packages with v:lua syntax 2021-10-23 18:24:00 +02:00
mpack_spec.lua fix(vim.mpack): rename pack/unpack => encode/decode #16175 2021-10-30 06:59:59 -07:00
overrides_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
runtime_spec.lua refactor(tests): Simplify tests at functional/lua/runtime_spec 2021-06-11 01:01:03 +06:00
ui_spec.lua fix(ui): s/format_entry/format_item to match docs (#15819) 2021-09-27 16:12:03 -07:00
uri_spec.lua fix: correctly capture uri scheme on windows (#16027) 2021-10-15 12:03:41 -07:00
vim_spec.lua feat: add vim.str_utf_{start,end} (#16129) 2021-10-30 10:30:40 -07:00
xdiff_spec.lua feat(api): add lua C bindings for xdiff (#14536) 2021-08-22 12:22:04 +02:00