neovim/test/functional
2021-05-06 17:56:24 -04:00
..
api api: fix nvim_exec() silencing behaviour (#14413) 2021-04-21 10:41:37 +02:00
autocmd Merge pull request #13205 from romgrk/add-bufmodified-autocmd 2020-11-09 12:23:14 +01:00
autoread tests/functional: delete temp file created during test run (#14363) 2021-04-14 20:42:34 -04:00
cmdline doc: fix typos 2019-11-27 22:47:25 -08:00
core api: fix use-after-free in nvim_chan_send 2021-04-04 18:11:48 +02:00
eval eval: add v:_null_string 2021-04-08 22:36:20 -04:00
ex_cmds more tests 2021-03-30 21:55:51 -04:00
fixtures api: allow open non-current buffer as terminal (+ xmas bonus) 2021-03-12 14:44:47 +01:00
insert edit.c: Ensure undo sync when emulating <Esc>x #11706 2020-01-12 17:09:39 -08:00
legacy vim-patch:8.2.2601: memory usage test often fails on FreeBSD 2021-03-14 11:54:36 -04:00
lua Merge pull request #14385 from chentau/extmark_delete 2021-04-17 09:25:44 +02:00
normal Treat unmapped ALT/META as ESC+c in all modes 2020-10-05 15:27:04 -04:00
options logs: make kXDGCacheHome if it doesn't exist (#13758) 2021-01-16 21:14:59 +01:00
plugin lsp: add a test for the jump_to_location + jump list fix 2021-05-06 17:56:24 -04:00
provider test, provider/define_spec.lua: fix few tests fail 2021-01-01 04:30:55 -05:00
shada shada: fix failed assertion on exit (#12692) 2020-07-31 16:08:34 +02:00
terminal chore: revert unrelated changes in test 2021-02-27 10:02:56 -06:00
treesitter Ensure there is a nested table allocated for #set! 2021-04-27 12:29:37 -02:30
ui Merge pull request #14483 from mjlbach/floating_window_border_fix 2021-05-05 07:09:04 +02:00
viml Make sure window is still valid in the middle of calling :lopen (#14240) 2021-03-29 08:19:59 -04:00
visual Treat unmapped ALT/META as ESC+c in all modes 2020-10-05 15:27:04 -04:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua tests: make treesitter its own category 2021-01-03 14:47:29 +01:00
preload.lua