- Updated to revision 1786, fixes the following problems
* When using the term truecolor feature, the t_8f and t_8b termcap options are not set by default. * Using negative index in strcharpart(). * Warnings reported by cppcheck. * synIDattr() does not respect 'guicolors'. * strcharpart() does not work properly with some multi-byte characters. * The old regexp engine doesn't handle character classes correctly. * Compiled-in colors do not match rgb.txt. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=354
This commit is contained in:
parent
d55887285a
commit
44e1af5d19
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6699b32d37414ef305993b3d05bcf6084a746ff1d67fe9e387c692e5640dded5
|
|
||||||
size 12566873
|
|
3
v7.4.1786.tar.gz
Normal file
3
v7.4.1786.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6892831af1db4d802b3d1eadbd57c8a543185e15b23d2fe5ebccb8e4d3167e4
|
||||||
|
size 12565869
|
13
vim.changes
13
vim.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 24 16:15:34 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1786, fixes the following problems
|
||||||
|
* When using the term truecolor feature, the t_8f and t_8b termcap
|
||||||
|
options are not set by default.
|
||||||
|
* Using negative index in strcharpart().
|
||||||
|
* Warnings reported by cppcheck.
|
||||||
|
* synIDattr() does not respect 'guicolors'.
|
||||||
|
* strcharpart() does not work properly with some multi-byte characters.
|
||||||
|
* The old regexp engine doesn't handle character classes correctly.
|
||||||
|
* Compiled-in colors do not match rgb.txt.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 23 10:05:11 UTC 2016 - idonmez@suse.com
|
Sat Apr 23 10:05:11 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
3
vim.spec
3
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1778
|
%define patchlevel 1786
|
||||||
%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}
|
||||||
@ -177,7 +177,6 @@ export COMMON_OPTIONS="\
|
|||||||
--with-view-name=view \
|
--with-view-name=view \
|
||||||
--enable-cscope \
|
--enable-cscope \
|
||||||
--enable-multibyte \
|
--enable-multibyte \
|
||||||
--enable-termtruecolor \
|
|
||||||
--with-features=huge \
|
--with-features=huge \
|
||||||
--with-compiledby='http://www.opensuse.org/' \
|
--with-compiledby='http://www.opensuse.org/' \
|
||||||
%if 0%{?suse_version} > 1210
|
%if 0%{?suse_version} > 1210
|
||||||
|
Loading…
Reference in New Issue
Block a user