mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -87,7 +87,7 @@ function! snipmate#legacy#build_stops(snip, lnum, col, indent) abort | ||||
|  | ||||
| 		let stops[i] = {} | ||||
| 		let stops[i].line = a:lnum + s:count(beforeTabStop, "\n") | ||||
| 		let stops[i].col = a:indent + len(matchstr(withoutOthers, '\_^.*\ze'.s:sigil .'{'.i.'\D')) | ||||
| 		let stops[i].col = a:indent + len(matchstr(withoutOthers, '[^\n]\{-}\ze'.s:sigil .'{'.i.'\D')) | ||||
| 		let stops[i].placeholder = 0 | ||||
| 		let stops[i].mirrors = [] | ||||
| 		if stops[i].line == a:lnum | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix