Ismail Dönmez 2015-12-19 19:02:02 +00:00 committed by Git OBS Bridge
parent 978db20ea1
commit 733606b2d9
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:123c81d4ce6a3a6d5844358b8b5dbf8e1b44ebe8fa37111fbdaca5e2cd976660
size 12314928

3
v7.4.979.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b91bd610a07d6d72cb113fe06f2db722a130f8218568e0958a84c266758bd75b
size 12315573

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 19 18:52:34 UTC 2015 - idonmez@suse.com
- Updated to revision 979, fixes the following problems
* When pasting on the command line line breaks result in literal <CR> characters.
This makes pasting a long file name difficult.
* When using :diffsplit the cursor jumps to the first line.
* Using ":sort" on a very big file sometimes causes text to be corrupted. (John Beckett)
* test_cdo fails when using another language than English.
* When changing the crypt key the blocks read from disk are not decrypted.
-------------------------------------------------------------------
Sun Dec 13 16:13:24 UTC 2015 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 972
%define patchlevel 979
%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}
@ -327,6 +327,7 @@ mkdir -p %{buildroot}/var/run/vi.recover
# Reset the terminal scrolling region left behind by the testsuite
trap "printf '\e[r'" EXIT
# Look for "TEST FAILURE" in the build log
# XXX: TODO
rm src/testdir/test_alot.vim
make test