diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2021-10-17 08:18:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 07:18:35 -0700 |
commit | d2d30dfabdaacfd53b081354248402c797576482 (patch) | |
tree | 74f47005521367951803f1275b82aac37b4b0d4f /src/nvim/regexp.c | |
parent | 30af69509dc91552dc41451857b18907f018c1bd (diff) | |
download | rneovim-d2d30dfabdaacfd53b081354248402c797576482.tar.gz rneovim-d2d30dfabdaacfd53b081354248402c797576482.tar.bz2 rneovim-d2d30dfabdaacfd53b081354248402c797576482.zip |
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".
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions