Blame vim-8.0-rhbz1365258.patch

Karsten Hopp a93fdb
diff -up vim80/runtime/syntax/fstab.vim.1365258 vim80/runtime/syntax/fstab.vim
Karsten Hopp a93fdb
--- vim80/runtime/syntax/fstab.vim.1365258	2016-12-15 10:56:25.822410344 +0100
Karsten Hopp a93fdb
+++ vim80/runtime/syntax/fstab.vim	2016-12-15 10:56:52.161519612 +0100
Karsten Hopp a93fdb
@@ -36,6 +36,8 @@ syn match fsOperator /[,=:#]/
Karsten Hopp a93fdb
 syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
Karsten Hopp a93fdb
 syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
Karsten Hopp a93fdb
 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
Karsten Hopp a93fdb
+syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDeviceLabel
Karsten Hopp a93fdb
+syn keyword fsDeviceKeyword contained PARTUUID nextgroup=fsDeviceUUID
Karsten Hopp a93fdb
 syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
Karsten Hopp a93fdb
 syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
Karsten Hopp a93fdb
 syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs