mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	- Fix highlighting of function names including /fu\%[nction]/ (E.g., s:func(), foo.fu(), fu.func()) - Match :delfunction argument. Reported by Aliaksei Budavei. closes: #17428 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
		
			
				
	
	
		
			3 lines
		
	
	
		
			73 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			73 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| highlight link vimVar Identifier
 | |
| highlight link vimFunctionScope Special
 |