Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121101 | Differences between
and this patch

Collapse All | Expand All

(-)vim64/runtime/syntax/sh.vim (-1 / +1 lines)
Lines 385-391 if exists("b:is_bash") Link Here
385
 " bash : ${parameter//pattern/string}
385
 " bash : ${parameter//pattern/string}
386
 " bash : ${parameter//pattern}
386
 " bash : ${parameter//pattern}
387
 syn match  shDerefPPS	contained	'/\{1,2}'	nextgroup=shDerefPPSleft
387
 syn match  shDerefPPS	contained	'/\{1,2}'	nextgroup=shDerefPPSleft
388
 syn region shDerefPPSleft	contained	start='.'	skip=@\%(\\\)\/@ matchgroup=shDerefOp end='/' nextgroup=shDerefPPSright contains=@shCommandSubList
388
 syn region shDerefPPSleft	contained	start='.'	skip=@\%(\\\)\/@ matchgroup=shDerefOp end='\ze}' end='/' nextgroup=shDerefPPSright contains=@shCommandSubList
389
 syn region shDerefPPSright	contained	start='.'	end='\ze}'	contains=@shCommandSubList
389
 syn region shDerefPPSright	contained	start='.'	end='\ze}'	contains=@shCommandSubList
390
endif
390
endif
391
391

Return to bug 121101