SOURCES: vim-fstab-uuid.patch (NEW) - recognize UUID= in /etc/fstab

glen glen at pld-linux.org
Fri Oct 20 16:27:22 CEST 2006


Author: glen                         Date: Fri Oct 20 14:27:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- recognize UUID= in /etc/fstab

---- Files affected:
SOURCES:
   vim-fstab-uuid.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vim-fstab-uuid.patch
diff -u /dev/null SOURCES/vim-fstab-uuid.patch:1.1
--- /dev/null	Fri Oct 20 16:27:22 2006
+++ SOURCES/vim-fstab-uuid.patch	Fri Oct 20 16:27:16 2006
@@ -0,0 +1,20 @@
+--- vim70/runtime/syntax/fstab.vim	2006-10-20 17:13:47.556873243 +0300
++++ vim70/runtime/syntax/fstab.vim	2006-10-20 15:09:28.000000000 +0300
+@@ -26,7 +26,9 @@
+ 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 keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
+ syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
++syn match fsDeviceUUID contained /=[^ \t]\+/hs=s+1 contains=fsOperator
+ 
+ " Mount Point
+ syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
+@@ -200,6 +202,7 @@
+ 	HiLink fsTypeKeyword Type
+ 	HiLink fsDeviceKeyword Identifier
+ 	HiLink fsDeviceLabel String
++	HiLink fsDeviceUUID String
+ 	HiLink fsFreqPassNumber Number
+ 
+ 	if exists('fstab_unknown_fs_errors')
================================================================


More information about the pld-cvs-commit mailing list