neovim/test/functional
zeertzjq f254fc67a5
vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line (#19562)
Problem:    Scrollback can be wrong after redrawing the command line.
Solution:   Clear unfinished scrollback when redrawing. (closes vim/vim#10807)
46af7bc08d
2022-07-28 20:07:32 +08:00
..
api fix(api): make nvim_cmd mods.silent work correctly (#19489) 2022-07-25 09:43:39 +08:00
autocmd fix(terminal): crash if TermClose deletes own buffer #19222 2022-07-05 02:31:49 -07:00
core fix(windows):exepath, stdpath return wrong slashes #19111 2022-07-17 17:00:08 -07:00
editor fix(input): do no reinterpret mouse keys with ALT modifiers 2022-07-25 09:47:28 +08:00
ex_cmds test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465) 2022-07-22 12:59:34 +08:00
fixtures refactor(tests): introduce testprg() 2022-06-25 08:27:17 -07:00
legacy vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line (#19562) 2022-07-28 20:07:32 +08:00
lua feat(lua): allow vim.cmd to be indexed (#19238) 2022-07-20 12:29:24 +01:00
options feat: add 'mousescroll' option (#12355) 2022-07-06 19:34:24 +08:00
plugin refactor(lsp): use autocmd api (#19407) 2022-07-17 19:13:33 +02:00
provider feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07:00
shada build: rename build-related dirs 2022-06-28 04:02:29 -07:00
terminal vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505) 2022-07-26 07:30:33 +08:00
treesitter fix(ci): noisy logs, unreliable test #19019 2022-06-18 19:19:08 -07:00
ui fix(options): properly free string options (#19510) 2022-07-27 07:26:32 +08:00
vimscript vim-patch:9.0.0090: no error when assigning bool to a string option (#19539) 2022-07-27 20:59:43 +08:00
example_spec.lua
helpers.lua test: deal with RPC call causing Nvim to exit later 2022-07-19 19:41:07 +08:00
preload.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00