mirror of
				https://github.com/vim/vim.git
				synced 2025-10-26 09:14:23 -04:00 
			
		
		
		
	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>
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			65 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			65 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Ex command ranges
 | |
| 
 | |
| '<,'>print
 | |
| '(,')print
 | |
| '{,'}print
 | |
| '[,']print
 |