neovim/test/functional
2023-07-14 07:57:13 +08:00
..
api feat(api): add nvim_win_text_height (#24236) 2023-07-11 07:15:46 +08:00
autocmd fix(events)!: trigger CursorMoved later on switching window (#23711) 2023-06-04 09:09:22 +08:00
core fix(runtime): respect 'rtp' order for all runtime files (#24335) 2023-07-14 06:46:16 +08:00
editor fix(api): nvim_parse_cmd error message in pcall() #23297 2023-07-01 06:33:51 -07:00
ex_cmds fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
fixtures refactor(lsp): extract common execute command functionality (#24065) 2023-06-20 18:36:18 +02:00
legacy fix(plines): don't return very large height on very long line (#24260) 2023-07-05 16:30:23 +08:00
lua fix(runtime): respect 'fileignorecase' when sourcing (#24344) 2023-07-14 07:57:13 +08:00
options fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalid 2023-05-28 16:04:54 +02:00
plugin feat(lsp): move inlay_hint() to vim.lsp (#24130) 2023-06-30 11:33:28 +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 test(tui): add test for overriding argv[0] (#24293) 2023-07-08 18:27:53 +08:00
treesitter fix(treesitter): update folds in all relevant windows (#24230) 2023-07-07 11:12:46 +01:00
ui fix(ui): cursor pos with left gravity inline virt_text at eol (#24329) 2023-07-13 08:32:17 +08:00
vimscript fix(api): disallow some more functions during textlock 2023-07-05 08:33:32 +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