SOURCES: vim-syntax-fstab.patch - add options for usbfs and swap f...

glen glen at pld-linux.org
Sun Dec 4 21:40:21 CET 2005


Author: glen                         Date: Sun Dec  4 20:40:21 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add options for usbfs and swap fstype
- add users option

---- Files affected:
SOURCES:
   vim-syntax-fstab.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/vim-syntax-fstab.patch
diff -u SOURCES/vim-syntax-fstab.patch:1.2 SOURCES/vim-syntax-fstab.patch:1.3
--- SOURCES/vim-syntax-fstab.patch:1.2	Fri Aug 12 20:16:41 2005
+++ SOURCES/vim-syntax-fstab.patch	Sun Dec  4 21:40:15 2005
@@ -18,3 +18,35 @@
  syn match fsOptionsGeneral /_netdev/
  
  " Options: adfs
+--- vim64/runtime/syntax/fstab.vim	2005-12-04 22:37:13.000000000 +0200
++++ /tmp/fstab.vim	2005-12-04 22:35:12.000000000 +0200
+@@ -44,7 +44,7 @@
+ syn keyword fsOptionsYesNo yes no
+ syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
+ syn keyword fsOptionsSize 512 1024 2048
+-syn keyword fsOptionsGeneral async atime auto current defaults dev exec force fstab noatime noauto noclusterr noclusterw nodev noexec nosuid nosymfollow nouser owner ro rdonly rw rq sw xx suid suiddir sync kudzu union update user supermount bind tagxid
++syn keyword fsOptionsGeneral async atime auto current defaults dev exec force fstab noatime noauto noclusterr noclusterw nodev noexec nosuid nosymfollow nouser owner ro rdonly rw rq sw xx suid suiddir sync kudzu union update user users supermount bind tagxid
+ syn match fsOptionsGeneral /_netdev/
+ 
+ " Options: adfs
+@@ -134,6 +134,10 @@
+ syn match fsOptionsUfsType contained /nextstep-cd/
+ syn keyword fsOptionsUfsError contained panic lock umount repair
+ 
++" Options: usbfs
++syn match fsOptionsKeywords contained /devmode=/ nextgroup=fsOptionsNumberOctal
++syn match fsOptionsKeywords contained /devgid=/ nextgroup=fsOptionsNumber
++
+ " Options: vfat
+ syn keyword fsOptionsKeywords contained nonumtail posix utf8
+ syn match fsOptionsKeywords contained /shortname=/ nextgroup=fsOptionsVfatShortname
+@@ -143,6 +147,9 @@
+ syn match fsOptionsKeywords contained /\%(biosize\|logbufs\|logbsize\|logdev\|rtdev\|sunit\|swidth\)=/ nextgroup=fsOptionsString
+ syn keyword fsOptionsKeywords contained dmapi xdsm noalign noatime norecovery osyncisdsync quota usrquota uquoenforce grpquota gquoenforce
+ 
++" Options: swap
++syn match fsOptionsKeywords contained /pri=/ nextgroup=fsOptionsNumber
++
+ " Frequency / Pass No.
+ syn cluster fsFreqPassCluster contains=fsFreqPassNumber,fsFreqPassError
+ syn match fsFreqPassError /\s\+\zs\%(\D.*\|\S.*\|\d\+\s\+[^012]\)\ze/ contained
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vim-syntax-fstab.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list