- patchlevel 896
This commit is contained in:
parent
ce075cc1ce
commit
c7bc10fa36
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
||||
/vim-8.0-891.tar.bz2
|
||||
/vim-8.0-893.tar.bz2
|
||||
/vim-8.0-895.tar.bz2
|
||||
/vim-8.0-896.tar.bz2
|
||||
|
@ -1,3 +1,14 @@
|
||||
commit dd693ce28b158ff573129ee30fe5b886544a03c2
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Thu Aug 10 23:15:19 2017 +0200
|
||||
|
||||
patch 8.0.0896: cannot close a terminal window when the job ends
|
||||
|
||||
Problem: Cannot automaticlaly close a terminal window when the job ends.
|
||||
Solution: Add the ++close argument to :term. Add the term_finish option to
|
||||
term_start(). (Yasuhiro Matsumoto, closes #1950) Also add
|
||||
++open.
|
||||
|
||||
commit 8ab3c1dc6bf70021f89e6e614b202606863bc168
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Wed Aug 9 22:24:52 2017 +0200
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-895.tar.bz2) = 881e073ef8644adb59393bbb4515089100013e954fc0be4c468f20d056e86e4740fb63c2d7c3edda231d0ba8d0ad7dc50f46f3a7e99079996dd817511bd4f7e8
|
||||
SHA512 (vim-8.0-896.tar.bz2) = b984c37e6ecf8b56bb8a340b74f2b6d729ba7e0cc1843d9fe9c6cd21cfaf5d8a23c16fabb38309c3a32412cc1883755d75924a814077416f371afea09fc5faf6
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 895
|
||||
%define patchlevel 896
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -765,6 +765,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.896-1
|
||||
- patchlevel 896
|
||||
|
||||
* Thu Aug 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.895-1
|
||||
- patchlevel 895
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user