]> git.pld-linux.org Git - packages/vim.git/blame - vim-syntax-fstab.patch
- Obsoletes: vim-plugin-multvals
[packages/vim.git] / vim-syntax-fstab.patch
CommitLineData
b783345d
AG
1--- vim70/runtime/syntax/fstab.vim~ 2006-04-16 18:01:27.000000000 +0200
2+++ vim70/runtime/syntax/fstab.vim 2006-05-15 10:10:46.774730250 +0200
3@@ -36,7 +36,7 @@
b7b94926 4 " Type
b783345d
AG
5 syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
6 syn match fsTypeUnknown /\s\+\zs\w\+/ contained
7-syn keyword fsTypeKeyword contained adfs affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext3 fdesc hfs hpfs iso9660 jffs jffs2 jfs kernfs linprocfs mfs minix msdos ncpfs nfs none none ntfs null nwfs ovlfs portal proc procfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
8+syn keyword fsTypeKeyword contained adfs affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cpuset cramfs devfs devpts e2compr efs ext2 ext3 fdesc hfs hpfs iso9660 jffs jffs2 jfs kernfs linprocfs mfs minix msdos ncpfs nfs none none ntfs null nwfs ovlfs portal proc procfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
b7b94926
JR
9
10 " Options
11 " -------
b783345d 12@@ -48,7 +48,7 @@
b7b94926
JR
13 syn keyword fsOptionsYesNo yes no
14 syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
15 syn keyword fsOptionsSize 512 1024 2048
b783345d
AG
16-syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync union update user[s] xx
17+syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync tagxid union update user[s] xx
b7b94926
JR
18 syn match fsOptionsGeneral /_netdev/
19
20 " Options: adfs
This page took 0.030065 seconds and 4 git commands to generate.