]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-syntax-fstab.patch
- up to 8.1.2141
[packages/vim.git] / vim-syntax-fstab.patch
index 242a53d11781986987ed254046bbccfc87dfd613..6b0d718881234318e382eb2d30ef05fc285305ff 100644 (file)
@@ -1,52 +1,14 @@
---- vim63/runtime/syntax/fstab.vim~    2003-04-30 15:36:32.000000000 +0200
-+++ vim63/runtime/syntax/fstab.vim     2005-08-09 19:09:15.996162056 +0200
-@@ -32,7 +32,7 @@
+recognize ext4dev and reiser4
+
+--- vim71/runtime/syntax/fstab.vim~    2007-05-13 08:59:42.255604785 +0200
++++ vim71/runtime/syntax/fstab.vim     2007-05-13 10:01:25.786883411 +0200
+@@ -53,7 +53,7 @@
  " Type
- syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeError
- syn match fsTypeError /\s\+\zs\w\+/ contained
--syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
-+syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs sysfs usbfs cpuset none
+ syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
+ syn match fsTypeUnknown /\s\+\zs\w\+/ contained
+-syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 cfs cgroup cifs coda configfs cpuset cramfs devfs devpts devtmpfs e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse fuseblk fusectl hfs hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs qnx4 reiserfs ramfs romfs securityfs shm smbfs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xenfs xfs zisofs
++syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 cfs cgroup cifs coda configfs cpuset cramfs devfs devpts devtmpfs e2compr efs ext2 ext2fs ext3 ext4 ext4dev fdesc ffs filecore fuse fuseblk fusectl hfs hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs qnx4 reiserfs reiser4 ramfs romfs securityfs shm smbfs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xenfs xfs zisofs
  
  " Options
  " -------
-@@ -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
-+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 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
+
This page took 0.214176 seconds and 4 git commands to generate.