-
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=295
This commit is contained in:
parent
978db20ea1
commit
733606b2d9
@ -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
3
v7.4.979.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b91bd610a07d6d72cb113fe06f2db722a130f8218568e0958a84c266758bd75b
|
||||
size 12315573
|
11
vim.changes
11
vim.changes
@ -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
|
||||
|
||||
|
3
vim.spec
3
vim.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user