0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

runtime(vim): Update base-syntax, match bracket mark ranges

Match '(,'),'[,'],'{, and '} marks in Ex command ranges.

Thanks to Maxim Kim.

Fixes #15332.
Closes #15337.

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2024-08-31 16:57:32 +02:00
committed by Christian Brabandt
parent e2c4e07795
commit d817609b87
4 changed files with 32 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
" Ex command ranges
'<,'>print
'(,')print
'{,'}print
'[,']print