]> git.pld-linux.org Git - packages/vim.git/blame_incremental - 021_all_vim-7.0-fstab-bogus-errors.patch
- php.vim we used was not maintained for last 5 years; go back to upstream php.vim
[packages/vim.git] / 021_all_vim-7.0-fstab-bogus-errors.patch
... / ...
CommitLineData
1--- vim71/runtime/syntax/fstab.vim~ 2007-05-13 10:06:54.941399738 +0200
2+++ vim71/runtime/syntax/fstab.vim 2007-05-13 10:16:31.814544999 +0200
3@@ -27,7 +27,7 @@
4
5 " Device
6 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
7-syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
8+syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\)/ contained
9 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts sysfs usbfs
10 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
11 syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
12@@ -37,7 +37,7 @@
13
14 " Mount Point
15 syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
16-syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\|\s\+\zs\w\{-}\ze\s\)/ contained
17+syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\)/ contained
18 syn keyword fsMountPointKeyword contained none swap
19
20 " Type
This page took 0.196465 seconds and 4 git commands to generate.