neovim/test/functional
zeertzjq 05b6dd6e5f
test(lsp): add a screen:expect() between insert() and feed_command() (#21577)
The insert() and feed_command() type a lot of text, with only one
screen:expect() call after the feed_command() it may time out.
2022-12-29 07:55:26 +08:00
..
api fix(statusline): make nvim_eval_statusline() work with %S (#21553) 2022-12-27 18:04:42 +08:00
autocmd vim-patch:8.2.2870: CmdlineChange event triggered twice for CTRL-R (#21361) 2022-12-11 08:48:00 +08:00
core test(exrc): add tests for .nvimrc and .nvim.lua (#21478) 2022-12-20 08:38:24 +08:00
editor test(undo_spec): add more tests for writing in Insert mode 2022-12-09 07:00:27 +08:00
ex_cmds fix(mappings): use all buckets in second round of unmap (#21534) 2022-12-26 11:20:37 +08:00
fixtures fix: find multibyte file name in line (#20519) 2022-10-07 09:43:16 +08:00
legacy vim-patch:9.0.1061: cannot display 'showcmd' somewhere else 2022-12-26 13:15:07 +08:00
lua feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286) 2022-12-28 09:01:40 -07:00
options test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
plugin test(lsp): add a screen:expect() between insert() and feed_command() (#21577) 2022-12-29 07:55:26 +08:00
provider test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
shada test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
terminal fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415) 2022-12-14 23:45:31 +08:00
treesitter feat: vim.inspect_pos, vim.show_pos, :Inspect 2022-12-17 13:05:31 +01:00
ui fix(win_close): remove float grid after closing buffer (#21551) 2022-12-27 17:29:05 +08:00
vimscript test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00