neovim/test/functional
zeertzjq 58a1ef8e6a
fix(events): avoid unnecessary CursorMoved (#24675)
Problem:    Temporarily changing current window in a script causes
            CursorMoved to be triggerd.
Solution:   Don't trigger CursorMoved if neither curwin nor cursor
            changed between two checks.
2023-08-12 09:50:17 +08:00
..
api test(api): update tests to new error messages 2023-08-07 13:18:11 +02:00
autocmd fix(events): avoid unnecessary CursorMoved (#24675) 2023-08-12 09:50:17 +08:00
core test(core/startup_spec): use retry() instead of jobwait() (#24481) 2023-07-25 20:32:59 +08:00
editor fix(folds): update folds in Insert mode with fdm=indent (#24402) 2023-07-21 08:56:08 +08:00
ex_cmds fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
fixtures feat(lsp): map K to hover by default #24331 2023-07-14 09:47:18 -07:00
legacy vim-patch:9.0.1691: wrong viewport restored for incsearch and smoothscroll (#24667) 2023-08-12 06:32:13 +08:00
lua fix(iter): make pipeline termination conditions consistent (#24614) 2023-08-09 15:41:45 -05:00
options test(options/defaults_spec): fix NVIM_APPNAME test flakiness (#24553) 2023-08-04 10:37:47 +08:00
plugin fix(lsp): do not assume client capability exists in watchfiles check (#24550) 2023-08-04 08:10:54 +02:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
terminal fix(terminal): forward horizontal mouse scrolling (#24552) 2023-08-04 10:24:27 +08:00
treesitter feat(treesitter): add injection language fallback (#24659) 2023-08-11 17:05:17 +02:00
ui fix(inccommand): don't set an invalid 'undolevels' value (#24575) 2023-08-05 22:42:34 +08:00
vimscript feat(api): allow win_hide to close cmdwin or non-previous windows 2023-07-26 20:44:46 +01:00
example_spec.lua
helpers.lua fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00