mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 06:33:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -734,7 +734,7 @@ function! s:MarkdownHighlightSources(force) | ||||
|                 let include = '@' . toupper(filetype) | ||||
|             endif | ||||
|             let command = 'syntax region %s matchgroup=%s start="^\s*```\s*%s$" matchgroup=%s end="\s*```$" keepend contains=%s%s' | ||||
|             execute printf(command, group, startgroup, ft, endgroup, include, has('conceal') && get(g:, 'vim_markdown_conceal', 1) ? ' concealends' : '') | ||||
|             execute printf(command, group, startgroup, ft, endgroup, include, has('conceal') && get(g:, 'vim_markdown_conceal', 1) && get(g:, 'vim_markdown_conceal_code_blocks', 1) ? ' concealends' : '') | ||||
|             execute printf('syntax cluster mkdNonListItem add=%s', group) | ||||
|  | ||||
|             let b:mkd_known_filetypes[ft] = 1 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic