]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(help): Update help syntax
authorMilly <milly.ca@gmail.com>
Wed, 16 Oct 2024 20:11:17 +0000 (22:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 16 Oct 2024 20:11:17 +0000 (22:11 +0200)
commit6c2fc377bfbfb6f1a46b1061413cd21116b596ed
tree2edd4a24e635ee734e0525e00ff8598a7af5f02b
parent4bfb89996f227d5fbb4803f0d8dbd3105483b625
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: #15883

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/options.txt
runtime/syntax/help.vim
runtime/syntax/help_it.vim [new file with mode: 0644]