mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	runtime(pandoc): escape quotes in &errorformat for pandoc
closes: #15535 Signed-off-by: Konfekt <Konfekt@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		
				
					committed by
					
						 Christian Brabandt
						Christian Brabandt
					
				
			
			
				
	
			
			
			
						parent
						
							9beccaf779
						
					
				
				
					commit
					5f5f2832f5
				
			| @@ -52,8 +52,7 @@ execute 'CompilerSet makeprg=pandoc'..escape( | |||||||
|       \ ' --from='..b:pandoc_compiler_from . |       \ ' --from='..b:pandoc_compiler_from . | ||||||
|       \ ' '..get(b:, 'pandoc_compiler_args', get(g:, 'pandoc_compiler_args', '')) . |       \ ' '..get(b:, 'pandoc_compiler_args', get(g:, 'pandoc_compiler_args', '')) . | ||||||
|       \ ' --output %:r:S.$* -- %:S', ' ') |       \ ' --output %:r:S.$* -- %:S', ' ') | ||||||
|  | CompilerSet errorformat=\"%f\",\ line\ %l:\ %m | ||||||
| CompilerSet errorformat=%f,\ line\ %l:\ %m |  | ||||||
|  |  | ||||||
| let &cpo = s:keepcpo | let &cpo = s:keepcpo | ||||||
| unlet s:keepcpo | unlet s:keepcpo | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user