]> git.pld-linux.org Git - packages/vim.git/blobdiff - 021_all_vim-7.0-fstab-bogus-errors.patch
obsolete vim-syntax-docker-1.6.2
[packages/vim.git] / 021_all_vim-7.0-fstab-bogus-errors.patch
index afbde20d15f23c84ff8ca243f6c0884a4748789c..9cd118d45e80ae832f01d0700749f2b1d3c3d710 100644 (file)
@@ -1,20 +1,20 @@
-# Remove some bogus 'error' indications in fstab highlighting.
---- vim7/runtime/syntax/fstab.vim.orig 2005-03-19 16:17:17.036115856 +0000
-+++ vim7/runtime/syntax/fstab.vim      2005-03-19 16:27:35.364115712 +0000
-@@ -19,14 +19,14 @@
+--- vim74/runtime/syntax/fstab.vim~    2013-09-06 00:10:00.000000000 +0300
++++ vim74/runtime/syntax/fstab.vim     2013-09-06 00:10:28.307258334 +0300
+@@ -35,7 +35,7 @@
  
  " Device
  syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
--syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@]\|^\w\{-}\ze\W\)/ contained
-+syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@\-:]\)/ contained
- syn keyword fsDeviceKeyword contained none proc linproc tmpfs
+-syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
++syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\)/ contained
+ syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
  syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
- syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
+ syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
+@@ -37,7 +37,7 @@
  
  " Mount Point
  syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
--syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@]\|\s\+\zs\w\{-}\ze\s\)/ contained
-+syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\-]\)/ contained
+-syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\|\s\+\zs\w\{-}\ze\s\)/ contained
++syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\)/ contained
  syn keyword fsMountPointKeyword contained none swap
  
  " Type
This page took 0.032396 seconds and 4 git commands to generate.