- Updated to revision 1194, fixes the following problems
* New lines in the viminfo file are dropped. * Old style tests for the argument list. * Generated function prototypes still have __ARGS(). * Wrong argument to assert_exception() causes a crash. * Illegal memory access when using :copen and :cclose. * When running gvim in the foreground some icons are missing. * Recognizing <sid> does not work when the language is Turkish. * Using searchpair() with a skip expression that uses syntax highlighting sometimes doesn't work. * Cannot define keyword characters for a syntax file. * Can't sort on floating point numbers. * Default features are conservative. * Conflict for "chartab". * Using the local value of 'errorformat' causes more problems than it solves. * 'langmap' applies to the first character typed in Select mode. * Langmap test fails with normal build. * Autocommands triggered by quickfix cannot always get the current title value. * No support for JSON. * Build with normal features fails. * Coverity warns for NULL pointer and ignoring return value. * type() does not work for v:true, v:none, etc. * Automatically generated function prototypes use __ARGS. * No error for jsondecode('"'). * ":argadd" without argument is supposed to add the current buffer name to the arglist. * Missing error number in MzScheme. * Expressions "0 + v:true" and "'' . v:true" cause an error. * No tests for "is" and "isnot" with the new variables. * This doesn't give the right result: eval(string(v:true)). * No test for new behavior of v:true et al. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=305
This commit is contained in:
parent
970e634657
commit
a9ad12fddf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e728d3fbdcd80e376d442313ec97bad37c5126baab378f1c4b4c95b24bb9b76
|
|
||||||
size 12565193
|
|
3
v7.4.1194.tar.gz
Normal file
3
v7.4.1194.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e903b22d3a6154d26a9991d9d1196a41be86c500369c9fe5a2dd80800e60916
|
||||||
|
size 12595792
|
43
vim.changes
43
vim.changes
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 29 08:45:41 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1194, fixes the following problems
|
||||||
|
* New lines in the viminfo file are dropped.
|
||||||
|
* Old style tests for the argument list.
|
||||||
|
* Generated function prototypes still have __ARGS().
|
||||||
|
* Wrong argument to assert_exception() causes a crash.
|
||||||
|
* Illegal memory access when using :copen and :cclose.
|
||||||
|
* When running gvim in the foreground some icons are missing.
|
||||||
|
* Recognizing <sid> does not work when the language is Turkish.
|
||||||
|
* Using searchpair() with a skip expression that uses syntax
|
||||||
|
highlighting sometimes doesn't work.
|
||||||
|
* Cannot define keyword characters for a syntax file.
|
||||||
|
* Can't sort on floating point numbers.
|
||||||
|
* Default features are conservative.
|
||||||
|
* Conflict for "chartab".
|
||||||
|
* Using the local value of 'errorformat' causes more problems than it solves.
|
||||||
|
* 'langmap' applies to the first character typed in Select mode.
|
||||||
|
* Langmap test fails with normal build.
|
||||||
|
* Autocommands triggered by quickfix cannot always get the current title value.
|
||||||
|
* No support for JSON.
|
||||||
|
* Build with normal features fails.
|
||||||
|
* Coverity warns for NULL pointer and ignoring return value.
|
||||||
|
* type() does not work for v:true, v:none, etc.
|
||||||
|
* Automatically generated function prototypes use __ARGS.
|
||||||
|
* No error for jsondecode('"').
|
||||||
|
* ":argadd" without argument is supposed to add the current buffer name to the arglist.
|
||||||
|
* Missing error number in MzScheme.
|
||||||
|
* Expressions "0 + v:true" and "'' . v:true" cause an error.
|
||||||
|
* No tests for "is" and "isnot" with the new variables.
|
||||||
|
* This doesn't give the right result: eval(string(v:true)).
|
||||||
|
* No test for new behavior of v:true et al.
|
||||||
|
* The +channel feature is not in :version output.
|
||||||
|
* empty() doesn't work for the new special variables.
|
||||||
|
* test_writefile and test_viml do not delete the tempfile.
|
||||||
|
* Crash with invalid argument to glob2regpat().
|
||||||
|
* free_tv() can't handle special variables.
|
||||||
|
* Error messages for security context are hard to translate.
|
||||||
|
* The channel feature isn't working yet.
|
||||||
|
* Can't build with FEAT_EVAL but without FEAT_MBYTE.
|
||||||
|
* Compiler warning for not using return value of fwrite().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 18 20:34:16 UTC 2016 - idonmez@suse.com
|
Mon Jan 18 20:34:16 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 1130
|
%define patchlevel 1194
|
||||||
%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