neovim/test/functional
zeertzjq 4817547ec4
feat(ex_cmds): :sleep! hides the cursor while sleeping (#31493)
Problem:  :sleep! not hiding the cursor is an arbitrary difference from
          Vim without obvious justification, and Vim's behavior isn't
          easily achievable in Nvim.
Solution: Make :sleep! hide the cursor while sleeping.

Ref:
6a01b3fcc3
b5c0ade437
2024-12-07 21:42:44 +08:00
..
api Merge pull request #31475 from luukvbaal/delgravity 2024-12-07 12:06:58 +01:00
autocmd test(autocmd/termxx_spec): fix TextChangedT test flakiness (#31296) 2024-11-22 08:08:12 +08:00
core test(main_spec): make "nvim -v" test agnostic to build type 2024-12-03 06:31:09 -05:00
editor fix(completion): avoid deleting text when completion leader changes #31448 2024-12-06 04:07:52 -08:00
ex_cmds fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
fixtures fix(lsp): retrigger diagnostics request on server cancellation (#31345) 2024-11-25 11:48:11 -06:00
legacy vim-patch:9.1.0908: not possible to configure :messages (#31492) 2024-12-07 02:17:36 +00:00
lua feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561 2024-12-06 12:43:41 -08:00
options fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
plugin fix: remove vim.lsp._with_extend 2024-12-07 10:08:58 +00:00
provider docs: misc (#31138) 2024-11-21 06:50:30 +08:00
script refactor(lsp): rename offset_encoding to position_encoding #31286 2024-11-25 08:06:05 -08:00
shada refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
terminal defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal buffers (#31443) 2024-12-04 08:40:01 -06:00
testnvim test: move exec_lua logic to separate module 2024-11-21 11:35:16 +00:00
treesitter fix(treesitter): #trim! range for nodes ending at col 0 #31488 2024-12-07 03:01:59 -08:00
ui feat(ex_cmds): :sleep! hides the cursor while sleeping (#31493) 2024-12-07 21:42:44 +08:00
vimscript fix(messages)!: vim.ui_attach message callbacks are unsafe 2024-11-14 13:23:11 +01:00
example_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua test: move exec_lua logic to separate module 2024-11-21 11:35:16 +00:00
testterm.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00