neovim/test/functional
zeertzjq 43f8d7e3ef
vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)
Problem:  String interpolation fails for Dict type
Solution: Support Dict data type properly, also support :put =Dict
          (without having to convert it to string() first)
          (Yegappan Lakshmanan)

fixes: vim/vim#14529
closes: vim/vim#14541

f01493c550

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
2024-04-15 07:11:39 +08:00
..
api feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192 2024-04-14 16:10:16 -07:00
autocmd refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
core refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
editor vim-patch:9.1.0329: String interpolation fails for Dict type (#28335) 2024-04-15 07:11:39 +08:00
ex_cmds refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
fixtures feat(lsp): set workDoneToken in initialize request (#28182) 2024-04-05 13:24:39 +02:00
legacy vim-patch:9.1.0329: String interpolation fails for Dict type (#28335) 2024-04-15 07:11:39 +08:00
lua fix(treesitter): use tree range instead of tree root node range 2024-04-10 15:54:52 +01:00
options refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
plugin revert: "feat(health): fold successful healthchecks #22866" 2024-04-13 01:18:40 +02:00
provider test: remove unnecessary nil argument to testutil (#28270) 2024-04-11 08:51:06 +08:00
script refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
shada test: remove unnecessary nil argument to testutil (#28270) 2024-04-11 08:51:06 +08:00
terminal fix(tui): make setcellwidths() work for non-ambiwidth chars (#28322) 2024-04-14 09:29:38 +08:00
treesitter fix(treesitter): use tree range instead of tree root node range 2024-04-10 15:54:52 +01:00
ui fix(float): improve error message when reconfig failed (#25076) 2024-04-13 14:36:17 +08:00
vimscript refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
example_spec.lua refactor(test): inject after_each differently 2024-04-10 15:53:50 +01:00
preload.lua test: remove unnecessary nil argument to testutil (#28270) 2024-04-11 08:51:06 +08:00
testutil.lua test: remove unnecessary nil argument to testutil (#28270) 2024-04-11 08:51:06 +08:00