neovim/runtime/lua/vim
2024-12-12 02:41:57 -08:00
..
_meta docs(annotation): return types for Vimscript functions #31546 2024-12-11 03:27:08 -08:00
deprecated
filetype vim-patch:9.1.0886: filetype: debian control file not detected 2024-11-25 00:05:12 +01:00
func
health
lsp refactor(lsp/rpc): move transport logic to separate module 2024-12-12 09:52:08 +00:00
provider
treesitter fix(treesitter): #trim! range for nodes ending at col 0 #31488 2024-12-07 03:01:59 -08:00
ui/clipboard
_buf.lua feat(defaults): dot-repeat [<Space> #31186 2024-11-17 13:31:24 -08:00
_comment.lua
_defaults.lua feat(defaults): disable 'foldcolumn' in terminal buffers (#31480) 2024-12-06 10:19:24 -06:00
_editor.lua fix(messages): proper multiline Lua print() messages #31205 2024-11-17 10:21:50 -08:00
_init_packages.lua
_inspector.lua refactor: add vim._resolve_bufnr 2024-12-07 16:58:40 +00:00
_meta.lua
_options.lua
_system.lua fix(vim.system): close pipe handles after process handle 2024-12-04 14:44:40 +00:00
_watch.lua
diagnostic.lua fix(diagnostic): broken variable reference #31557 2024-12-12 02:41:57 -08:00
F.lua
filetype.lua vim-patch:9.1.0906: filetype: Nvidia PTX files are not recognized 2024-12-06 09:40:44 +01:00
fs.lua docs: add tag vim.fs.exists() and document suggested replacement 2024-11-27 19:56:08 +01:00
func.lua
glob.lua fix: another round of type annotation fixes 2024-10-31 11:55:23 +00:00
health.lua
hl.lua
inspect.lua
iter.lua
keymap.lua
loader.lua misc: keep deprecated vim.loader.disable stub (#31450) 2024-12-04 10:17:46 -06:00
lsp.lua feat(lsp): add vim.lsp.config and vim.lsp.enable 2024-12-10 17:16:01 +00:00
provider.lua
re.lua
secure.lua
shared.lua feat(lsp): add vim.lsp.config and vim.lsp.enable 2024-12-10 17:16:01 +00:00
snippet.lua
termcap.lua fix: another round of type annotation fixes 2024-10-31 11:55:23 +00:00
text.lua perf(vim.text): use lookup table implementation for hex encoding (#30080) 2024-11-26 13:56:01 -06:00
treesitter.lua feat(treesitter): include capture id in return value of get_captures_at_pos() #30559 2024-12-11 04:34:24 -08:00
ui.lua fix: another round of type annotation fixes 2024-10-31 11:55:23 +00:00
uri.lua fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284 2024-12-11 05:48:17 -08:00
version.lua
vimhelp.lua