neovim/test/functional
Gregory Anders d2d30dfabd
fix(diagnostic): do not override existing config settings #16043
When using `true` as the value of a configuration option, the option is
configured to use default values. For example, if a user configures
virtual text to include the source globally (using
vim.diagnostic.config) and a specific namespace or producer configures
virtual text with `virt_text = true`, the user's global configuration is
overriden.

Instead, interpret a value of `true` to mean "use existing settings if
defined, otherwise use defaults".
2021-10-17 07:18:35 -07:00
..
api feat(:source, nvim_exec): defer script item creation until s:var access 2021-10-14 12:50:04 +01:00
autocmd refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
core fix(runtime): add packages as "/pack/*/start/*" patterns to &rtp 2021-10-02 16:45:19 +02:00
editor fix(input): resolve isolated (non-ALT/META) mappings #13109 2021-10-02 14:27:37 -07:00
ex_cmds feat(:source, nvim_exec): defer script item creation until s:var access 2021-10-14 12:50:04 +01:00
fixtures fix(lsp): update tests using 0.5.0 handler calls (#15969) 2021-10-08 14:01:55 -07:00
legacy feat(eval/method): partially port v8.1.1953 2021-10-03 20:06:32 +01:00
lua fix(diagnostic): do not override existing config settings #16043 2021-10-17 07:18:35 -07:00
options refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
plugin chore(test): adapt healthcheck test to new css syntax 2021-10-16 19:17:28 +02:00
provider refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878 2021-10-09 18:15:46 -07:00
treesitter feat(treesitter): add next, prev sibling method 2021-08-20 11:58:15 -04:00
ui fix(mouse): correct dragged position in composed layout 2021-10-04 21:00:42 +02:00
vimscript feat(eval/method): partially port v8.1.1954 2021-10-03 20:06:33 +01:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00