neovim/runtime/lua/vim
Gregory Anders 818ae74eaf
fix(diagnostic): respect "if_many" source option for virtual text (#16653)
The `prefix_source` function only evaluates the sources from the
diagnostics passed to it; however, because each namespace draws its own
virtual text, its diagnostics will never contain more than a single
source (by definition). This requires changing the semantics of what
"if_many" means from "multiple sources in a single 'batch' of
diagnostics" to "multiple sources of all diagnostics within a buffer".
2021-12-17 19:38:33 -07:00
..
lsp fix(lsp): correctly align start and end range to codepoints during incremental sync (#16670) 2021-12-17 18:05:00 -08:00
treesitter feat(treesitter): multiline match predicates 2021-12-12 12:16:42 +00:00
_meta.lua refactor: remove unused runtime lua functions (#16535) 2021-12-05 19:11:20 +01:00
compat.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
diagnostic.lua fix(diagnostic): respect "if_many" source option for virtual text (#16653) 2021-12-17 19:38:33 -07:00
F.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
highlight.lua fix(lua): verify buffer in highlight.on_yank (#15482) 2021-08-26 16:37:36 +02:00
inspect.lua lua: metatable for empty dict value 2020-01-01 19:26:29 +01:00
lsp.lua fix(lsp): call config on_exit handler before context is cleared (#16638) 2021-12-17 12:06:44 -08:00
shared.lua docs(lsp): add annotations for private functions 2021-11-30 09:03:41 +01:00
treesitter.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
ui.lua feat(ui): add vim.ui.input and use in lsp rename (#15959) 2021-11-07 07:13:53 -08:00
uri.lua fix(uri): use valid EmmyLua annotations (#16359) 2021-11-18 21:12:21 +01:00