Fix typo which breaks patch applying in the next patchlevel
This commit is contained in:
parent
60596bb2d9
commit
c0fc55f870
@ -12,7 +12,7 @@ diff -up vim74/runtime/syntax/spec.vim.highlite vim74/runtime/syntax/spec.vim
|
|||||||
syn keyword specMonth contained January February March April May June July August September October November December
|
syn keyword specMonth contained January February March April May June July August September October November December
|
||||||
@@ -61,9 +61,9 @@ syn cluster specListedFiles contains=spe
|
@@ -61,9 +61,9 @@ syn cluster specListedFiles contains=spe
|
||||||
|
|
||||||
"specComands
|
"specCommands
|
||||||
syn match specConfigure contained '\./configure'
|
syn match specConfigure contained '\./configure'
|
||||||
-syn match specTarCommand contained '\<tar\s\+[cxvpzIf]\{,5}\s*'
|
-syn match specTarCommand contained '\<tar\s\+[cxvpzIf]\{,5}\s*'
|
||||||
+syn match specTarCommand contained '\<tar\s\+[cxvpzIjf]\{,5}\s*'
|
+syn match specTarCommand contained '\<tar\s\+[cxvpzIjf]\{,5}\s*'
|
||||||
|
Loading…
Reference in New Issue
Block a user