- Updated to revision 1066, fixes the following problems
* Segfault when unletting "count". * Illegal memory access with weird syntax command. (Dominique Pelle) * Typos in the :options window. * Compiler warning for ignoring return value of fwrite(). * When a spell file has single letter compounding creating suggestions takes an awful long time. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=300
This commit is contained in:
parent
04d99480dd
commit
4760156563
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9fd4f4e40f55ea1402e91f527995c32cdd2366d5db2639c533041b22b408865f
|
|
||||||
size 12692613
|
|
3
v7.4.1066.tar.gz
Normal file
3
v7.4.1066.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8787089247066e32eb94682a34ff538bcb8716fdbf2661146e08ec198b94f711
|
||||||
|
size 12542617
|
11
vim.changes
11
vim.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1066, fixes the following problems
|
||||||
|
* Segfault when unletting "count".
|
||||||
|
* Illegal memory access with weird syntax command. (Dominique Pelle)
|
||||||
|
* Typos in the :options window.
|
||||||
|
* Compiler warning for ignoring return value of fwrite().
|
||||||
|
* When a spell file has single letter compounding creating
|
||||||
|
suggestions takes an awful long time.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 4 10:27:55 UTC 2016 - idonmez@suse.com
|
Mon Jan 4 10:27:55 UTC 2016 - 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 1046
|
%define patchlevel 1066
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user