neovim/runtime/lua/vim
Gregory Anders 643c0ed571
feat: allow function passed to defaulttable to take an argument (#22839)
Pass the value of the key being accessed to the create function, to
allow users to dynamically generate default values.
2023-04-01 08:02:58 -06:00
..
filetype fix(api): vim.filetype.get_option() (#22753) 2023-03-22 16:49:04 +00:00
lsp fix(diagnostic): use correct field name for tags (#22835) 2023-03-31 11:23:19 +01:00
treesitter fix(health): stop using deprecated ts.language.inspect_language() (#22850) 2023-04-01 15:47:20 +02:00
_editor.lua feat(lua): add vim.loader 2023-03-26 11:42:15 +01:00
_init_packages.lua refactor(vim.version): cleanup 2023-03-06 14:51:56 +01:00
_inspector.lua feat(lsp)!: add rule-based sem token highlighting (#22022) 2023-03-06 19:03:13 +01: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 feat(diagnostic): add support for tags 2023-03-30 14:49:58 +01:00
F.lua docs(docstrings): fix runtime type annotations 2022-10-05 15:25:03 +02:00
filetype.lua vim-patch:9.0.1430: Livebook files are not recognized (#22808) 2023-03-29 10:23:52 +02:00
fs.lua feat(vim.fs): improve normalize 2023-03-26 13:30:11 +01:00
health.lua health: migrate to Lua #21661 2023-01-16 01:55:24 -08:00
highlight.lua refactor(highlight)!: remove deprecated functions 2023-03-11 17:59:06 +07: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
loader.lua refactor(loader): cache hash information 2023-03-31 13:05:22 +01:00
lsp.lua fix(lsp): avoid switching buffers on lsp attach (#22689) 2023-03-17 12:26:13 +01:00
secure.lua fix(secure): crash when hitting escape in prompt (#21283) 2022-12-05 11:59:04 -07:00
shared.lua feat: allow function passed to defaulttable to take an argument (#22839) 2023-04-01 08:02:58 -06:00
treesitter.lua feat: add vim.treesitter.language.get_filetypes() (#22643) 2023-03-30 10:26:28 +01: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
version.lua refactor(vim.gsplit): remove "keepsep" 2023-03-22 17:46:01 +01:00