neovim/test/functional
Mathias Fußenegger 37079fca58
feat(lsp): move inlay_hint() to vim.lsp (#24130)
Allows to keep more functions hidden and gives a path forward for
further inlay_hint related functions - like applying textEdits.

See https://github.com/neovim/neovim/pull/23984#pullrequestreview-1486624668
2023-06-30 11:33:28 +02:00
..
api fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181 2023-06-28 04:51:55 -07:00
autocmd fix(events)!: trigger CursorMoved later on switching window (#23711) 2023-06-04 09:09:22 +08:00
core fix(startup): "nvim -l foo.lua" may not set arg0 #24161 2023-06-26 02:38:48 -07:00
editor refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06: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 vim-patch:9.0.1667: regression test doesn't fail when fix is reverted 2023-06-27 08:26:11 +08:00
lua fix(docs): vimdoc syntax errors 2023-06-25 17:14:28 +02: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 vim-patch:9.0.1634: message is cleared when removing mode message 2023-06-16 08:55:03 +08:00
treesitter fix(treesitter): make foldexpr work without highlighting (#24167) 2023-06-27 19:05:09 +01:00
ui fix(statusline): fill for double-width char after moving items (#24207) 2023-06-30 08:36:09 +08:00
vimscript fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07: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