neovim/test/functional
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 test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161) 2021-10-27 16:27:17 -06:00
autocmd test(dirchanged): add tests for DirChanged pattern "auto" 2021-10-17 22:04:53 +08:00
core Merge pull request #14794 from BK1603/gdbserver_fix 2021-10-20 21:27:40 +02:00
editor fix(input): resolve isolated (non-ALT/META) mappings #13109 2021-10-02 14:27:37 -07:00
ex_cmds feat(:source, nvim_exec): defer script item creation until s:var access 2021-10-14 12:50:04 +01:00
fixtures feat(lsp): track pending+cancel requests on client object #15949 2021-10-29 05:45:01 -07:00
legacy feat(eval/method): partially port v8.1.1953 2021-10-03 20:06:32 +01:00
lua feat: add vim.str_utf_{start,end} (#16129) 2021-10-30 10:30:40 -07:00
options refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
plugin refactor(diagnostic): make display handlers generic (#16137) 2021-10-29 18:47:34 -07:00
provider refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878 2021-10-09 18:15:46 -07:00
treesitter feat(treesitter): add next, prev sibling method 2021-08-20 11:58:15 -04:00
ui vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode (#16164) 2021-10-28 22:04:57 -04:00
vimscript fix(eval): fix has('wsl') #16153 2021-10-29 16:55:32 -07:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test: fix running functional tests under gdbserver 2021-09-20 18:10:40 +05:30
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00