]> git.pld-linux.org Git - packages/vim.git/commitdiff
- applied in 7.1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 13 May 2007 08:06:28 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-fstab-uuid.patch -> 1.2

vim-fstab-uuid.patch [deleted file]

diff --git a/vim-fstab-uuid.patch b/vim-fstab-uuid.patch
deleted file mode 100644 (file)
index fedd1fc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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')
This page took 0.14651 seconds and 4 git commands to generate.