X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=021_all_vim-7.0-fstab-bogus-errors.patch;h=9cd118d45e80ae832f01d0700749f2b1d3c3d710;hb=a74dc32815b89eee74a0a77194877ae535b5d84a;hp=62c110b341a0730b8f8d570c691cb27bc957a9a6;hpb=7cd78475654a80a38629ed94aefc0ba890ebc3c2;p=packages%2Fvim.git diff --git a/021_all_vim-7.0-fstab-bogus-errors.patch b/021_all_vim-7.0-fstab-bogus-errors.patch index 62c110b..9cd118d 100644 --- a/021_all_vim-7.0-fstab-bogus-errors.patch +++ b/021_all_vim-7.0-fstab-bogus-errors.patch @@ -1,12 +1,12 @@ ---- vim71/runtime/syntax/fstab.vim~ 2007-05-13 10:06:54.941399738 +0200 -+++ vim71/runtime/syntax/fstab.vim 2007-05-13 10:16:31.814544999 +0200 -@@ -27,7 +27,7 @@ +--- vim74/runtime/syntax/fstab.vim~ 2013-09-06 00:10:00.000000000 +0300 ++++ vim74/runtime/syntax/fstab.vim 2013-09-06 00:10:28.307258334 +0300 +@@ -35,7 +35,7 @@ " Device syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError -syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained +syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\)/ contained - syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts sysfs usbfs + syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID @@ -37,7 +37,7 @@