neovim/runtime/lua/vim
Guilherme Soares c4eb0b64bd
fix(treesitter): find buffer in multiple windows #28922
Problem:
1. When interacting with multiple :InspectTree and the source buffer
   windows there is a high chance of errors due to the window ids not
   being updated and validated.
2. Not all InspectTree windows were closed when the source buffer was
   closed.

Solution:
1. Update InspectTree window id on `CursorMoved` event and validate
   source buffer window id before trying to navigate to it.
2. Close all InspectTree windows
2024-05-27 04:20:03 -07:00
..
_meta Merge pull request #28617 from glepnir/border_hl 2024-05-25 11:13:58 +02:00
deprecated fix: change deprecation presentation 2024-05-24 11:08:00 +02:00
filetype vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
func fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
health refactor!: remove nvim and provider module for checkhealth 2024-05-19 11:46:34 +02:00
lsp fix(lsp): handle nil root_dir in health check (#29007) 2024-05-25 21:22:41 +02:00
provider refactor: move provider-related to where they are used 2024-05-25 20:13:17 +02:00
treesitter fix(treesitter): find buffer in multiple windows #28922 2024-05-27 04:20:03 -07:00
ui/clipboard
_comment.lua fix(comment): fall back to using trimmed comment markers (#28938) 2024-05-23 15:30:53 -05:00
_defaults.lua feat(defaults): add LSP default mappings (again) (#28650) 2024-05-24 11:33:49 -05:00
_editor.lua fix: change deprecation presentation 2024-05-24 11:08:00 +02:00
_init_packages.lua refactor(types): more fixes 2024-03-06 10:45:22 +00:00
_inspector.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
_meta.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
_options.lua refactor(lua): rename tbl_islist => islist 2024-04-21 17:08:07 +02:00
_system.lua fix(vim.ui): open() may wait indefinitely #28325 2024-04-15 04:33:09 -07:00
_watch.lua perf(lsp): only joinpath for dirs in watchdirs 2024-05-14 09:42:42 +01:00
diagnostic.lua fix: change deprecation presentation 2024-05-24 11:08:00 +02:00
F.lua
filetype.lua vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
fs.lua fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964) 2024-05-24 10:48:32 -05:00
func.lua fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
glob.lua refactor(lua): refactored glob 2024-01-19 11:54:04 +00:00
health.lua refactor: move provider-related to where they are used 2024-05-25 20:13:17 +02:00
highlight.lua refactor(lua): rewrite vim.highlight.range() (#28986) 2024-05-25 20:37:33 +08:00
inspect.lua
iter.lua fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781) 2024-05-17 14:17:25 -05:00
keymap.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
loader.lua perf(loader): use a quicker version of vim.fs.normalize 2024-05-15 12:38:26 +01:00
lsp.lua refactor(lsp): reuse buf_detach_client logic in on_detach (#28939) 2024-05-23 15:17:03 +02:00
provider.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
re.lua
secure.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
shared.lua fix: extend the life of vim.tbl_flatten to 0.13 2024-05-16 20:05:14 +01:00
snippet.lua fix(snippet): don't override unnamed register on tabstop select (#28998) 2024-05-25 21:23:04 +02:00
termcap.lua docs: various fixes (#28208) 2024-04-30 07:04:42 +08:00
text.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
treesitter.lua docs: fix lua type warnings (#28633) 2024-05-05 06:08:17 +08:00
ui.lua feat: allow gx to function for markdown links 2024-05-24 11:07:43 +02:00
uri.lua fix(lua): remove uri fragment from file paths (#27647) 2024-02-28 10:50:53 +01:00
version.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
vimhelp.lua