Fix typo which breaks patch applying in the next patchlevel

This commit is contained in:
Zdenek Dohnal 2023-08-30 09:55:43 +02:00
parent 60596bb2d9
commit c0fc55f870

View File

@ -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*'