neovim/runtime/lua/vim
Christian Clason b52ffd0a59 fix(inspect): always show priority
Problem: It is not obvious if a treesitter highlight priority shown in
`:Inspect` is higher or lower than the default.

Solution: Also print default priority (`vim.hl.priorities.treesitter`).
Add padding for better readability.
2024-12-07 17:26:27 +01:00
..
_meta vim-patch:9.1.0908: not possible to configure :messages (#31492) 2024-12-07 02:17:36 +00:00
deprecated
filetype vim-patch:9.1.0886: filetype: debian control file not detected 2024-11-25 00:05:12 +01:00
func feat(vim.validate): improve fast form and deprecate spec form 2024-10-21 11:32:06 +01:00
health fix(health): check more "old" files #30421 2024-09-19 06:34:23 -07:00
lsp fix(lsp): cancel pending requests before refreshing 2024-12-07 10:08:33 +00:00
provider docs: misc 2024-10-23 14:13:42 +02:00
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 fix(treesitter): suppress get_parser warnings via opts.error 2024-09-28 00:31:45 +02:00
_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 fix(inspect): always show priority 2024-12-07 17:26:27 +01:00
_meta.lua refactor: rename vim.highlight => vim.hl 2024-10-21 00:54:43 +02:00
_options.lua docs(lua): "vim.bo" is always equivalent to :setlocal (#30733) 2024-10-09 11:31:14 +00:00
_system.lua fix(vim.system): close pipe handles after process handle 2024-12-04 14:44:40 +00:00
_watch.lua feat(vim.validate): improve fast form and deprecate spec form 2024-10-21 11:32:06 +01:00
diagnostic.lua fix(diagnostic): only store quickfix id when creating a new one #31466 2024-12-05 13:59:33 -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 feat(health): highlight headings #30525 2024-09-26 07:45:03 -07:00
hl.lua feat(vim.validate): improve fast form and deprecate spec form 2024-10-21 11:32:06 +01:00
inspect.lua
iter.lua docs: misc #28970 2024-09-01 13:01:24 -07:00
keymap.lua feat(vim.validate): improve fast form and deprecate spec form 2024-10-21 11:32:06 +01:00
loader.lua misc: keep deprecated vim.loader.disable stub (#31450) 2024-12-04 10:17:46 -06:00
lsp.lua fix: remove vim.lsp._with_extend 2024-12-07 10:08:58 +00:00
provider.lua
re.lua
secure.lua feat(vim.validate): improve fast form and deprecate spec form 2024-10-21 11:32:06 +01:00
shared.lua feat(lsp): support textDocument/foldingRange (#31311) 2024-11-29 12:40:32 +00:00
snippet.lua fix(snippet): modify base indentation when there's actually whitespace (#29670) 2024-07-16 19:30:22 +02:00
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 fix: another round of type annotation fixes 2024-10-31 11:55:23 +00:00
ui.lua fix: another round of type annotation fixes 2024-10-31 11:55:23 +00:00
uri.lua
version.lua docs: render @since versions, 0 means experimental #30649 2024-10-04 02:13:31 -07:00
vimhelp.lua fix(treesitter): suppress get_parser warnings via opts.error 2024-09-28 00:31:45 +02:00