]> git.pld-linux.org Git - packages/vim.git/blobdiff - 021_all_vim-7.0-fstab-bogus-errors.patch
- new
[packages/vim.git] / 021_all_vim-7.0-fstab-bogus-errors.patch
index 525086dadae36f58e7f6a33cdabbf85c0502ef96..62c110b341a0730b8f8d570c691cb27bc957a9a6 100644 (file)
@@ -1,19 +1,20 @@
---- vim-7.0/runtime/syntax/fstab.vim~  2006-04-18 15:19:57.000000000 +0200
-+++ vim-7.0/runtime/syntax/fstab.vim   2006-04-18 15:21:28.990442500 +0200
-@@ -23,14 +23,14 @@
+--- 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 @@
  
  " 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 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 LABEL nextgroup=fsDeviceLabel
- syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
+ syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
+@@ -37,7 +37,7 @@
  
  " Mount Point
  syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
--syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@]\|\s\+\zs\w\{-}\ze\s\)/ contained
-+syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\-]\)/ contained
+-syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\|\s\+\zs\w\{-}\ze\s\)/ contained
++syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\)/ contained
  syn keyword fsMountPointKeyword contained none swap
  
  " Type
This page took 0.049815 seconds and 4 git commands to generate.