mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	Match Vim9 function calls after ex-bar. These are also currently matched but invalid syntax for legacy script. fixes: #16721 closes: #16747 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			97 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			97 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Vim function calls
 | |
| 
 | |
| call clearmatches()
 | |
| :call clearmatches()
 | |
| echo "Foo" | call clearmatches()
 | |
| 
 |