- Updated to revision 803, fixes the following problems
* Repeating a change in Visual mode does not work as expected. (Urtica Dioica) * Accessing memory before an allocated block. * Using freed memory when triggering CmdUndefined autocommands. * Test for ":diffoff" doesn't catch all potential problems. * Using "A" in Visual mode while 'linebreak' is set is not tested. * C indent does not support C11 raw strings. (Mark Lodato) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=280
This commit is contained in:
parent
35cf6a1622
commit
b8f2a0d93c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5b3da4ad84453245d4a0ac58e6b8f8629b07e74f7267016fb75aea1eb822a18
|
|
||||||
size 12201653
|
|
3
v7-4-803.tar.gz
Normal file
3
v7-4-803.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e7e1c5f1b79960efffabe91476a2ebaf842032349c115525d80b2a333d837a4
|
||||||
|
size 12202826
|
11
vim.changes
11
vim.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 29 08:55:32 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 803, fixes the following problems
|
||||||
|
* Repeating a change in Visual mode does not work as expected. (Urtica Dioica)
|
||||||
|
* Accessing memory before an allocated block.
|
||||||
|
* Using freed memory when triggering CmdUndefined autocommands.
|
||||||
|
* Test for ":diffoff" doesn't catch all potential problems.
|
||||||
|
* Using "A" in Visual mode while 'linebreak' is set is not tested.
|
||||||
|
* C indent does not support C11 raw strings. (Mark Lodato)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 28 08:01:33 UTC 2015 - idonmez@suse.com
|
Tue Jul 28 08:01:33 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 797
|
%define patchlevel 803
|
||||||
%define _rversion 7-4-%patchlevel
|
%define _rversion 7-4-%patchlevel
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user