- Updated to version 9.0.1075, fixes the following problems
* refreshed vim-7.4-highlight_fstab.patch * Test for <Cmd> mapping with CmdlineChanged fails. * Cannot define a method in a class. * ASAN gives false alarm about array access. * Macro has confusing name and is duplicated. * Setting window height using Python may cause errors. * In a class object members cannot be initialized. * Class method disassemble test fails on MS-Windows. * Matchparen is slow. * With "screenline" in 'culopt' cursorline highlight is wrong. * Crash when opening a very small terminal window. * Using freed memory when assigning to variable twice. * After a failed CTRL-W ] next command splits window. * Using freed memory on exit when EXITFREE is defined. * Default constructor arguments are not optional. * Object member can't get type from initializer. * Coverity warns for using uninitialized memory. * Leaking memory when disassembling an object method. * Conflict between supercollider and scala filetype detection. * String value of class and object do not have useful information. * Build failure with some compilers that can't handle a declaration directly after a "case" statement. * Cannot display 'showcmd' somewhere else. * Some test function names do not match what they are doing. * When using Kitty a shell command may mess up the key protocol state. * Code for making 'shortmess' temporarily empty is repeated. * A shell command switching screens may still have a problem with the kitty keyboard protocol. * Test function name is wrong. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=768
This commit is contained in:
parent
e07e300be7
commit
88b93a20f5
@ -1,7 +1,7 @@
|
||||
Index: vim-8.2.2411/runtime/syntax/fstab.vim
|
||||
Index: vim-9.0.1075/runtime/syntax/fstab.vim
|
||||
===================================================================
|
||||
--- vim-8.2.2411.orig/runtime/syntax/fstab.vim
|
||||
+++ vim-8.2.2411/runtime/syntax/fstab.vim
|
||||
--- vim-9.0.1075.orig/runtime/syntax/fstab.vim
|
||||
+++ vim-9.0.1075/runtime/syntax/fstab.vim
|
||||
@@ -35,7 +35,7 @@ syn match fsOperator /[,=:#]/
|
||||
" Device
|
||||
syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
|
||||
@ -15,17 +15,17 @@ Index: vim-8.2.2411/runtime/syntax/fstab.vim
|
||||
" Type
|
||||
syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
|
||||
syn match fsTypeUnknown /\s\+\zs\w\+/ contained
|
||||
-syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 cfs cgroup cifs coda configfs cpuset cramfs devfs devpts devtmpfs e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse fuseblk fusectl hfs hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs qnx4 reiserfs ramfs romfs securityfs shm smbfs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xenfs xfs zisofs
|
||||
+syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 cfs cgroup cifs coda configfs cpuset cramfs debugfs devfs devpts devtmpfs e2compr efs ext2 ext2fs ext3 ext4 ext4dev fdesc ffs filecore fuse fuseblk fusectl hfs hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs qnx4 reiserfs ramfs romfs rpc_pipefs securityfs shm smbfs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xenfs xfs zisofs
|
||||
-syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
|
||||
+syn keyword fsTypeKeyword contained adfs ados affs anon_inodefs atfs audiofs auto autofs bdev befs bfs btrfs binfmt_misc cd9660 ceph cfs cgroup cifs coda coherent configfs cpuset cramfs debugfs devfs devpts devtmpfs dlmfs e2compr ecryptfs efivarfs efs erofs exfat ext2 ext2fs ext3 ext4 f2fs fdesc ffs filecore fuse fuseblk fusectl gfs2 hfs hfsplus hpfs hugetlbfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix mqueue msdos ncpfs nfs nfs4 nfsd nilfs2 none ntfs ntfs3 null nwfs ocfs2 omfs overlay ovlfs pipefs portal proc procfs pstore ptyfs pvfs2 qnx4 qnx6 reiserfs ramfs romfs rpc_pipefs securityfs shm smbfs spufs squashfs sockfs sshfs std subfs swap sysfs sysv tcfs tmpfs ubifs udf ufs umap umsdos union usbfs userfs v9fs vfat virtiofs vs3fs vxfs wrapfs wvfs xenfs xenix xfs zisofs zonefs
|
||||
|
||||
" Options
|
||||
" -------
|
||||
@@ -68,7 +68,7 @@ syn match fsOptionsString /[a-zA-Z0-9_-]
|
||||
syn keyword fsOptionsYesNo yes no
|
||||
@@ -72,7 +72,7 @@ syn keyword fsOptionsYN y n
|
||||
syn keyword fsOptions01 0 1
|
||||
syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
|
||||
syn keyword fsOptionsSize 512 1024 2048
|
||||
-syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok
|
||||
+syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok
|
||||
syn match fsOptionsGeneral /_netdev/
|
||||
|
||||
" Options: adfs
|
||||
syn match fsOptionsKeywords contained /\<cache=/ nextgroup=fsOptionsCache
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e4fe77e1c4f4d4ddf912d03bbf4138117494b357ced5e0f161c04d51ddbe30b
|
||||
size 16871581
|
3
vim-9.0.1075.tar.gz
Normal file
3
vim-9.0.1075.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7301da57656bee8a9a61cf9c9d556a6957742fa6d5758fa7c26c7d65ec23ae23
|
||||
size 16889756
|
44
vim.changes
44
vim.changes
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 10:39:20 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 9.0.1075, fixes the following problems
|
||||
* refreshed vim-7.4-highlight_fstab.patch
|
||||
* Test for <Cmd> mapping with CmdlineChanged fails.
|
||||
* Cannot define a method in a class.
|
||||
* ASAN gives false alarm about array access.
|
||||
* Macro has confusing name and is duplicated.
|
||||
* Setting window height using Python may cause errors.
|
||||
* In a class object members cannot be initialized.
|
||||
* Class method disassemble test fails on MS-Windows.
|
||||
* Matchparen is slow.
|
||||
* With "screenline" in 'culopt' cursorline highlight is wrong.
|
||||
* Crash when opening a very small terminal window.
|
||||
* Using freed memory when assigning to variable twice.
|
||||
* After a failed CTRL-W ] next command splits window.
|
||||
* Using freed memory on exit when EXITFREE is defined.
|
||||
* Default constructor arguments are not optional.
|
||||
* Object member can't get type from initializer.
|
||||
* Coverity warns for using uninitialized memory.
|
||||
* Leaking memory when disassembling an object method.
|
||||
* Conflict between supercollider and scala filetype detection.
|
||||
* String value of class and object do not have useful information.
|
||||
* Build failure with some compilers that can't handle a declaration directly
|
||||
after a "case" statement.
|
||||
* Cannot display 'showcmd' somewhere else.
|
||||
* Some test function names do not match what they are doing.
|
||||
* When using Kitty a shell command may mess up the key protocol state.
|
||||
* Code for making 'shortmess' temporarily empty is repeated.
|
||||
* A shell command switching screens may still have a problem with the
|
||||
kitty keyboard protocol.
|
||||
* Test function name is wrong.
|
||||
* In diff mode virtual text is highlighted incorrectly. (Rick Howe)
|
||||
* No information about whether requesting term codes has an effect.
|
||||
* Diff mode highlight fails for special characters.
|
||||
* Reading beyond array size.
|
||||
* Codecov action version is too specific.
|
||||
* screenpos() column result in fold may be too small.
|
||||
* Using "xterm-kitty" for 'term' causes problems.
|
||||
* Class members are not supported yet.
|
||||
* build fails if the compiler doesn't allow for a declaration right after
|
||||
"case".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 13:54:59 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user