neovim/runtime/lua/vim
Michael Lingelbach a5e475fcc2
fix(lsp): start incremental sync range at previous newline character (#17610)
This change forces the start of an incremental sync range to begin always on an existing line.
2022-03-05 09:17:56 -08:00
..
lsp fix(lsp): start incremental sync range at previous newline character (#17610) 2022-03-05 09:17:56 -08:00
treesitter feat(tree-sitter): allow Atom-style capture fallbacks (#14196) 2022-02-16 19:38:19 +01:00
_load_package.lua refactor(lua): reorganize builtin modules, phase 1 2022-03-03 20:03:30 +01:00
_meta.lua
compat.lua
diagnostic.lua refactor(highlight)!: optional arguments for highlight.range as table (#17462) 2022-02-21 21:21:42 +01:00
F.lua
filetype.lua vim-patch:8.2.4464: Dtrace files are recognized as filetype D (#17518) 2022-02-26 14:01:37 +01:00
highlight.lua refactor(highlight)!: optional arguments for highlight.range as table (#17462) 2022-02-21 21:21:42 +01:00
inspect.lua
keymap.lua chore: remove <Plug> detection from vim.keymap 2022-02-27 08:21:21 +06:00
lsp.lua fix(lsp): correct prefix when filterText is present (#17051) 2022-02-11 14:04:15 +01:00
shared.lua fix(diagnostic): improve validation for list arguments (#16855) 2022-01-01 12:58:34 -07:00
treesitter.lua feat(ts): expose minimum language version to lua (#17186) 2022-01-27 12:46:56 +01:00
ui.lua chore: fix typos (#17250) 2022-02-08 08:19:06 +08:00
uri.lua