]> git.pld-linux.org Git - packages/vim.git/blame - 021_all_vim-7.0-fstab-bogus-errors.patch
- new
[packages/vim.git] / 021_all_vim-7.0-fstab-bogus-errors.patch
CommitLineData
d7f58855
AG
1--- vim-7.0/runtime/syntax/fstab.vim~ 2006-04-18 15:19:57.000000000 +0200
2+++ vim-7.0/runtime/syntax/fstab.vim 2006-04-18 15:21:28.990442500 +0200
3@@ -23,14 +23,14 @@
99890e04
ER
4
5 " Device
6 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
d7f58855 7-syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:]\|^\w\{-}\ze\W\)/ contained
99890e04 8+syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@\-:]\)/ contained
d7f58855 9 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts sysfs usbfs
99890e04
ER
10 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
11 syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
12
13 " Mount Point
14 syn cluster fsMountPointCluster contains=fsMountPointKeyword,fsMountPointError
15-syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@]\|\s\+\zs\w\{-}\ze\s\)/ contained
16+syn match fsMountPointError /\%([^ \ta-zA-Z0-9_\/#@\-]\)/ contained
17 syn keyword fsMountPointKeyword contained none swap
18
19 " Type
This page took 0.027992 seconds and 4 git commands to generate.