neovim/runtime/lua/vim
Gregory Anders 6b0d3ae6a8
fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)
Use nvim_exec_autocmds to issue the DiagnosticChanged autocommand,
rather than nvim_buf_call, which has some side effects when drawing
statuslines.
2022-04-20 08:16:47 -06:00
..
lsp fix(lsp): fix lookup of boolean values in workspace/configuration (#18026) 2022-04-15 11:12:41 +02:00
treesitter feat(treesitter): add more default groups to highlight map (#17835) 2022-03-30 22:14:20 +02:00
_editor.lua fix(paste): ignore mappings in Cmdline mode (#18114) 2022-04-17 08:11:53 +08:00
_init_packages.lua refactor(lua): make vim submodule lazy loading declarative 2022-03-07 09:59:22 +01: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): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188) 2022-04-20 08:16:47 -06:00
F.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
filetype.lua vim-patch:8.2.4790: lilypond filetype not recognized (#18174) 2022-04-20 08:35:22 +02:00
highlight.lua refactor(highlight)!: optional arguments for highlight.range as table (#17462) 2022-02-21 21:21:42 +01:00
inspect.lua lua: metatable for empty dict value 2020-01-01 19:26:29 +01:00
keymap.lua fix(keymap): don't coerce false to '' 2022-04-01 09:09:30 +01:00
lsp.lua fix(lsp): pass offset_encoding in formatexpr() (#18084) 2022-04-11 12:44:31 -07:00
shared.lua feat: add vim.tbl_get (#17831) 2022-03-24 12:01:04 -07:00
treesitter.lua feat(ts): expose minimum language version to lua (#17186) 2022-01-27 12:46:56 +01:00
ui.lua docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
uri.lua fix(uri): change scheme pattern to not include the comma character (#16797) 2021-12-26 16:36:14 -05:00