diff --git a/v7.4.1130.tar.gz b/v7.4.1130.tar.gz deleted file mode 100644 index d8e9b6a..0000000 --- a/v7.4.1130.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e728d3fbdcd80e376d442313ec97bad37c5126baab378f1c4b4c95b24bb9b76 -size 12565193 diff --git a/v7.4.1194.tar.gz b/v7.4.1194.tar.gz new file mode 100644 index 0000000..fe7a4fc --- /dev/null +++ b/v7.4.1194.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e903b22d3a6154d26a9991d9d1196a41be86c500369c9fe5a2dd80800e60916 +size 12595792 diff --git a/vim.changes b/vim.changes index 3fb7df7..ed2b0a0 100644 --- a/vim.changes +++ b/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 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 diff --git a/vim.spec b/vim.spec index 5bec785..d22db00 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1130 +%define patchlevel 1194 %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}