]> git.pld-linux.org Git - packages/vim.git/blame - 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
7cd78475
AG
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 @@
99890e04
ER
4
5 " Device
6 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
7cd78475
AG
7-syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
8+syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\)/ contained
d7f58855 9 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts sysfs usbfs
99890e04 10 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
7cd78475
AG
11 syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
12@@ -37,7 +37,7 @@
99890e04
ER
13
14 " Mount Point
15 syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
7cd78475
AG
16-syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\|\s\+\zs\w\{-}\ze\s\)/ contained
17+syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\.-]\)/ contained
99890e04
ER
18 syn keyword fsMountPointKeyword contained none swap
19
20 " Type
This page took 0.070957 seconds and 4 git commands to generate.