Ondřej Súkup
b0aecbe8a2
- refreshed vim-7.4-highlight_fstab.patch * Float constant not recognized as float. * Type error when using "any" type and adding a number to a float. * Leaking allocated type. * Termcap entries for RGB colors are not set automatically. * test_mswin_event() can hang. * Users cannot easily try out a PR. * CI does not use the latest Python version. * Code is indented more than needed. * Compiler may complain about an unused function. * Terminfo entries for bracketed paste are not used. * Sporadic test failures when using a terminal window. * Type of arguments not checked when calling a partial. * Tex filetype detection not sufficiently tested. * Cursor positioning and display problems with 'smoothscroll' and using "zt", "zb" or "zz". * Class member access is not fully tested yet. * Class function not implemented yet. * Virtual text at a column position is truncated at the window edge. (Yegappan Lakshmanan) * Memory leak when using class functions. * Bracketed paste can be enabled when pasted text is not recognized. * No error if function argument shadows class member. * Build failure. * Sporadic Test_range() failure. * Unexpected output when autoloading a script for an interactive operation. * Build failure without the +eval feature. * Code is indented more than needed. * Error message names do not match the items. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=774
14 lines
820 B
Diff
14 lines
820 B
Diff
Index: vim-9.0.1188/runtime/syntax/fstab.vim
|
|
===================================================================
|
|
--- vim-9.0.1188.orig/runtime/syntax/fstab.vim
|
|
+++ vim-9.0.1188/runtime/syntax/fstab.vim
|
|
@@ -35,7 +35,7 @@ syn match fsOperator /[,=:#]/
|
|
" Device
|
|
syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
|
|
syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
|
|
-syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
|
|
+syn keyword fsDeviceKeyword contained none proc linproc tmpfs debugfs devpts devtmpfs sysfs usbfs
|
|
syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
|
|
syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
|
|
syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDevicePARTLABEL
|