]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(vim): Update ftplugin, fix option variable 'keywordprg' matching
authorDoug Kearns <dougkearns@gmail.com>
Sat, 9 Aug 2025 21:41:21 +0000 (23:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 9 Aug 2025 21:41:21 +0000 (23:41 +0200)
commitc65643cbec4f5a77a2d30232c64c258b5f0f5c09
tree68faf4d49d0714c2c8e0b9dae63d816e09cd08bd
parent7270a5a8431e0209043f14dd3fa3ea479e4cddc6
runtime(vim): Update ftplugin, fix option variable 'keywordprg' matching

- Match &option, and &[lg]:option variables.
- Match Ex commands after :bar.
- Fix matching of pre and post context text.
- Style - use '..' for string concatenation.

fixes #17567
closes: #17653

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/vim.vim