SOURCES: 021_all_vim-7.0-fstab-bogus-errors.patch - updated to 7.1

adamg adamg at pld-linux.org
Sun May 13 10:17:53 CEST 2007


Author: adamg                        Date: Sun May 13 08:17:53 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 7.1

---- Files affected:
SOURCES:
   021_all_vim-7.0-fstab-bogus-errors.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/021_all_vim-7.0-fstab-bogus-errors.patch
diff -u SOURCES/021_all_vim-7.0-fstab-bogus-errors.patch:1.2 SOURCES/021_all_vim-7.0-fstab-bogus-errors.patch:1.3
--- SOURCES/021_all_vim-7.0-fstab-bogus-errors.patch:1.2	Tue Apr 18 15:42:09 2006
+++ SOURCES/021_all_vim-7.0-fstab-bogus-errors.patch	Sun May 13 10:17:48 2007
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/021_all_vim-7.0-fstab-bogus-errors.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list