neovim/runtime/lua/vim
zeertzjq c89150241d vim-patch:6c2fc37: runtime(help): Update help syntax
This commit makaes the following changes to the vim help syntax:

- fix excessive URL detection in help, because `file:{filename}` in
  doc/options.txt is determined to be a URL.
- update highlighting N for :resize in help
- split Italian-specific syntax into separate help script
- highlight `Note` in parentheses in help
- update 'titlestring' behaviour in documentation for invalid '%' format

closes: vim/vim#15883

6c2fc377bf

Co-authored-by: Milly <milly.ca@gmail.com>
2024-10-17 07:55:55 +08:00
..
_meta vim-patch:6c2fc37: runtime(help): Update help syntax 2024-10-17 07:55:55 +08:00
deprecated refactor(lua): use tuple syntax everywhere #29111 2024-06-04 06:06:02 -07:00
filetype vim-patch:9.1.0635: filetype: SuperHTML template files not recognized 2024-07-29 09:12:14 +02:00
func fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
health fix(health): check more "old" files #30421 2024-09-19 06:34:23 -07:00
lsp fix(lsp): str_byteindex_enc bounds checking #30747 2024-10-16 09:12:19 -07:00
provider fix(vim.fs): dirname() returns "." on mingw/msys2 #30480 2024-09-23 06:05:58 -07:00
treesitter fix(treesitter): remove duplicate symbol names in language.inspect() 2024-10-11 18:15:07 +02:00
ui/clipboard fix(osc52): use nvim_chan_send() to stderr for copying (#26690) 2023-12-21 11:47:04 +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): map gri to vim.lsp.buf.implementation() (#30764) 2024-10-11 11:56:21 -05:00
_editor.lua docs(lua): clarify when on_key "typed" will be empty (#30774) 2024-10-12 12:20:06 +08:00
_init_packages.lua refactor(types): more fixes 2024-03-06 10:45:22 +00:00
_inspector.lua docs: render @since versions, 0 means experimental #30649 2024-10-04 02:13:31 -07:00
_meta.lua refactor: fix luals type warnings 2024-05-27 20:48:46 +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.ui): open() may wait indefinitely #28325 2024-04-15 04:33:09 -07:00
_watch.lua fix(watch): ignore nonexistent paths (ENOENT) 2024-10-02 16:41:01 +02:00
diagnostic.lua fix(diagnostic): correct severity type on setqflist, setloclist (#30506) 2024-09-25 10:10:50 -05:00
F.lua fix(diagnostic): typing 2024-01-16 09:33:10 +00:00
filetype.lua vim-patch:9.1.0779: filetype: neomuttlog files are not recognized 2024-10-14 09:31:24 +02:00
fs.lua docs: more @since annotations #30660 2024-10-04 08:12:17 -07:00
func.lua fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
glob.lua fix(glob): avoid subcapture nesting too deep error (#29520) 2024-07-06 11:40:08 +02:00
health.lua feat(health): highlight headings #30525 2024-09-26 07:45:03 -07:00
highlight.lua refactor: use vim._with where possible 2024-06-28 19:58:31 +02:00
inspect.lua fix(inspect): escape identifiers that are lua keywords (#19898) 2022-08-23 13:02:55 +02:00
iter.lua docs: misc #28970 2024-09-01 13:01:24 -07:00
keymap.lua refactor(lua): vim.keymap.set tests, docs #30511 2024-09-25 07:01:27 -07:00
loader.lua docs: render @since versions, 0 means experimental #30649 2024-10-04 02:13:31 -07:00
lsp.lua docs: misc (#29719) 2024-08-29 06:11:32 +08:00
provider.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
re.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
secure.lua docs: render @since versions, 0 means experimental #30649 2024-10-04 02:13:31 -07:00
shared.lua fix(lua): revert vim.tbl_extend behavior change and document it 2024-09-08 21:06:13 +02:00
snippet.lua fix(snippet): modify base indentation when there's actually whitespace (#29670) 2024-07-16 19:30:22 +02:00
termcap.lua docs: various fixes (#28208) 2024-04-30 07:04:42 +08:00
text.lua fix(vim.text): handle very long strings (#30075) 2024-08-17 22:28:03 -05:00
treesitter.lua feat(treesitter): introduce child_with_descendant() 2024-10-11 17:29:45 +02:00
ui.lua feat(vim.ui): configurable "gx" / vim.ui.open() tool 2024-09-16 11:58:02 +02:00
uri.lua fix(lua): remove uri fragment from file paths (#27647) 2024-02-28 10:50:53 +01:00
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