neovim/test/functional
zeertzjq 3e9b4e917d vim-patch:8.2.4591: cursor line not updated when a callback moves the cursor
Problem:    Cursor line not updated when a callback moves the cursor.
Solution:   Check if the cursor moved. (closes vim/vim#9970)
e7a74d5375

redraw_after_callback() is N/A. Nvim handles timers on the main loop.
2022-03-24 16:08:59 +08:00
..
api feat(api): remove Lua autocommand callbacks when they return true (#17784) 2022-03-19 18:57:58 -06:00
autocmd fix(aucmd_win): always make aucmd_win the last window 2022-03-23 09:07:21 +08:00
core fix(channel): fix channel consistency 2022-03-12 19:23:45 +08:00
editor test: add a test for #17489 2022-03-10 17:22:39 +08:00
ex_cmds refactor: remove cpo-& behavior (#17745) 2022-03-23 19:52:50 +08:00
fixtures fix(healthcheck): handle empty reports 2022-02-09 10:18:22 +08:00
legacy test(autochdir_spec): use better patterns 2022-03-07 06:43:03 +08:00
lua fix(api, lua): return NIL on failure to find converted function (#17779) 2022-03-20 08:08:50 +08:00
options test: add a test for #17609 2022-03-07 06:43:03 +08:00
plugin fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787) 2022-03-20 10:41:46 -07:00
provider test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal chore: fix typos (#17670) 2022-03-17 13:21:24 +08:00
treesitter feat(ui): allow conceal to be defined in decorations 2022-03-20 18:02:41 +01:00
ui vim-patch:8.2.4591: cursor line not updated when a callback moves the cursor 2022-03-24 16:08:59 +08:00
vimscript fix(event-loop): call vpeekc() directly first to check for character 2022-02-03 13:43:48 +08:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test: add VIMRUNTIME variable to the clear function 2022-01-08 14:40:29 +01:00
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00