diff options
author | Peter Aronoff <peter@aronoff.org> | 2024-07-04 13:15:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 12:15:35 -0500 |
commit | 4b3be56a03695fa14ed28d6ded4cb338cbb99249 (patch) | |
tree | d67838245753514da21d792c0b1dcfc5233b3550 /runtime/lua/vim/ui.lua | |
parent | 7e099cf3eb1fd338a3aa50cf23f1b0a1f461f988 (diff) | |
download | rneovim-4b3be56a03695fa14ed28d6ded4cb338cbb99249.tar.gz rneovim-4b3be56a03695fa14ed28d6ded4cb338cbb99249.tar.bz2 rneovim-4b3be56a03695fa14ed28d6ded4cb338cbb99249.zip |
fix(diagnostic): make docs agree with code (#29561)
Problem: the code and docs for vim.diagnostic.JumpOpts.float send mixed
signals about what the default should be. When the option is first set,
in the global_diagnostic_options table, the comment clearly says that
the default is false. Later in the code, in goto_diagnostic, there's
a line that sets the default to true if no default is present. Finally,
the docs say that the default is true.
Solution: Change the docs to reflect the new default of false and fix
the goto_diagnostic function.
Diffstat (limited to 'runtime/lua/vim/ui.lua')
0 files changed, 0 insertions, 0 deletions