SOURCES: vim-ft-cron.patch, vim-syntax-fstab.patch - updated to 7.2

adamg adamg at pld-linux.org
Sat Aug 9 22:58:31 CEST 2008


Author: adamg                        Date: Sat Aug  9 20:58:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 7.2

---- Files affected:
SOURCES:
   vim-ft-cron.patch (1.1 -> 1.2) , vim-syntax-fstab.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/vim-ft-cron.patch
diff -u SOURCES/vim-ft-cron.patch:1.1 SOURCES/vim-ft-cron.patch:1.2
--- SOURCES/vim-ft-cron.patch:1.1	Fri Dec 22 19:33:44 2006
+++ SOURCES/vim-ft-cron.patch	Sat Aug  9 22:58:25 2008
@@ -4,8 +4,8 @@
  	\|endif
  
  " Crontab
--au BufNewFile,BufRead crontab,crontab.*		call s:StarSetf('crontab')
-+au BufNewFile,BufRead crontab,crontab.*,*.cron		call s:StarSetf('crontab')
+-au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*		call s:StarSetf('crontab')
++au BufNewFile,BufRead crontab,crontab.*,/etc/cron.d/*,*.cron		call s:StarSetf('crontab')
  
  " Debian Sources.list
  au BufNewFile,BufRead /etc/apt/sources.list.d/*	call s:StarSetf('debsources')

================================================================
Index: SOURCES/vim-syntax-fstab.patch
diff -u SOURCES/vim-syntax-fstab.patch:1.5 SOURCES/vim-syntax-fstab.patch:1.6
--- SOURCES/vim-syntax-fstab.patch:1.5	Sun May 13 10:13:13 2007
+++ SOURCES/vim-syntax-fstab.patch	Sat Aug  9 22:58:25 2008
@@ -4,8 +4,8 @@
  " Type
  syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
  syn match fsTypeUnknown /\s\+\zs\w\+/ contained
--syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs 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
-+syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cpuset cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs 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
+-syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
++syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cpuset cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
  
  " Options
  " -------
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/vim-ft-cron.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/vim-syntax-fstab.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list