]> git.pld-linux.org Git - packages/vim.git/blob - 021_all_vim-7.0-fstab-bogus-errors.patch
- new
[packages/vim.git] / 021_all_vim-7.0-fstab-bogus-errors.patch
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 @@
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 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.020624 seconds and 3 git commands to generate.