]> git.pld-linux.org Git - packages/vim.git/blame - 021_all_vim-7.0-fstab-bogus-errors.patch
- rebuild with ruby 2.4
[packages/vim.git] / 021_all_vim-7.0-fstab-bogus-errors.patch
CommitLineData
7928792f
ER
1--- vim74/runtime/syntax/fstab.vim~ 2013-09-06 00:10:00.000000000 +0300
2+++ vim74/runtime/syntax/fstab.vim 2013-09-06 00:10:28.307258334 +0300
3@@ -35,7 +35,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
7928792f 9 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs 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.128271 seconds and 4 git commands to generate.