- patchlevel 789

This commit is contained in:
Zdenek Dohnal 2019-01-22 17:28:16 +01:00
parent e9ecb42d26
commit a281022892
4 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -238,3 +238,4 @@
/vim-8.1-575.tar.bz2
/vim-8.1-702.tar.bz2
/vim-8.1-714.tar.bz2
/vim-8.1-789.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-714.tar.bz2) = fa42534c7220cfa49836e7c269a5a92be9b47099dcee32d169397f685f8ac36439378d66e9583fb79371732e9d4d32e07b6a4feb927496f98d93b6f8d3e3a734
SHA512 (vim-8.1-789.tar.bz2) = b67a5c59aebb0a18319da476d998ed66303fe0278d01f0d1957be309ccade47b101485573c964f7e8826e534b1e995c32908a77483cc1d2394037fd3a9278926

View File

@ -1,11 +1,11 @@
diff -up vim74/src/ex_docmd.c.e319 vim74/src/ex_docmd.c
--- vim74/src/ex_docmd.c.e319 2016-02-17 14:48:23.033995923 +0100
+++ vim74/src/ex_docmd.c 2016-02-17 14:48:03.712890575 +0100
@@ -4630,6 +4630,7 @@ get_flags(exarg_T *eap)
diff -up vim81/src/ex_docmd.c.backup vim81/src/ex_docmd.c
--- vim81/src/ex_docmd.c.backup 2019-01-22 17:35:28.701320672 +0100
+++ vim81/src/ex_docmd.c 2019-01-22 17:36:56.644540351 +0100
@@ -4793,6 +4793,7 @@ get_flags(exarg_T *eap)
void
ex_ni(exarg_T *eap)
{
+ return;
if (!eap->skip)
eap->errmsg = (char_u *)N_("E319: Sorry, the command is not available in this version");
eap->errmsg = N_("E319: Sorry, the command is not available in this version");
}

View File

@ -1,4 +1,4 @@
%define patchlevel 714
%define patchlevel 789
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -802,6 +802,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Jan 22 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.789-1
- patchlevel 789
* Fri Jan 11 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.714-1
- patchlevel 714