neovim/runtime/lua/vim
2023-03-06 10:57:14 +00:00
..
filetype feat(filetype): fall back to file extension when matching from hashbang (#22140) 2023-02-13 16:04:16 -07:00
lsp fix(lsp): don't monitor files if workspace_folders is nil (#22531) 2023-03-05 08:42:15 +01:00
treesitter refactor(treesitter): simplify some range functions 2023-03-06 10:57:14 +00:00
_editor.lua feat(lsp): implement workspace/didChangeWatchedFiles (#22405) 2023-03-05 07:52:27 +01:00
_init_packages.lua feat(lua): low-level interpreter mode (nvim -ll) 2023-01-31 13:53:22 +01:00
_inspector.lua docs(inspect): number → integer (#22511) 2023-03-04 13:05:46 +00:00
_meta.lua fix: vim.opt_local:append ignoring global option value (#21382) 2022-12-12 15:14:50 +00:00
_watch.lua feat(lsp): implement workspace/didChangeWatchedFiles (#22405) 2023-03-05 07:52:27 +01:00
diagnostic.lua docs(diagnostic): number → integer (#22512) 2023-03-04 13:06:20 +00:00
F.lua docs(docstrings): fix runtime type annotations 2022-10-05 15:25:03 +02:00
filetype.lua docs(filetype): number → integer (#22516) 2023-03-04 13:05:01 +00:00
fs.lua feat(vim.fs): pass path to find() predicate, lazy evaluate #22378 2023-03-01 08:51:22 -08:00
health.lua health: migrate to Lua #21661 2023-01-16 01:55:24 -08:00
highlight.lua docs(highlight): fix type annotations (#22272) 2023-03-04 17:47:30 +01:00
inspect.lua fix(inspect): escape identifiers that are lua keywords (#19898) 2022-08-23 13:02:55 +02:00
keymap.lua docs: naming conventions, guidelines 2023-02-22 16:23:49 +01:00
lsp.lua fix(lsp): only fire LspDetach for attached buffers (#22468) 2023-03-01 17:47:56 +01:00
secure.lua fix(secure): crash when hitting escape in prompt (#21283) 2022-12-05 11:59:04 -07:00
shared.lua docs(lua): number → integer (#22517) 2023-03-04 13:07:39 +00:00
treesitter.lua refactor(treesitter): simplify some range functions 2023-03-06 10:57:14 +00:00
ui.lua docs: naming conventions, guidelines 2023-02-22 16:23:49 +01:00
uri.lua docs(uri): number → integer (#22515) 2023-03-04 13:05:16 +00:00