- patchlevel 1805
This commit is contained in:
parent
cab8abb7b2
commit
17d13effed
1
.gitignore
vendored
1
.gitignore
vendored
@ -325,3 +325,4 @@
|
||||
/vim-8.2-1651.tar.bz2
|
||||
/vim-8.2-1687.tar.bz2
|
||||
/vim-8.2-1770.tar.bz2
|
||||
/vim-8.2-1805.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.2-1770.tar.bz2) = 5ed7874e2182821f024d4794f061d2f2426221e60ed3b8b6366a465128a1ab190c5aa22550cf94e0d1e3d81e70592fce6970de3311bcd6d00b07188855d974a9
|
||||
SHA512 (vim-8.2-1805.tar.bz2) = b47835c017fd7ff5250e37b689913fdf6e68fc27cf30f716280e9827ac2abb6ac6cae8b1770879bfe77744818bc499ff1be7367c0bba333e7ab336a93e3c3b59
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -up vim81/runtime/defaults.vim.copypaste vim81/runtime/defaults.vim
|
||||
--- vim81/runtime/defaults.vim.copypaste 2019-10-30 10:30:23.108710252 +0100
|
||||
+++ vim81/runtime/defaults.vim 2019-10-30 10:36:19.127508406 +0100
|
||||
diff -up vim82/runtime/defaults.vim.copypaste vim82/runtime/defaults.vim
|
||||
--- vim82/runtime/defaults.vim.copypaste 2020-10-06 17:03:19.276066889 +0200
|
||||
+++ vim82/runtime/defaults.vim 2020-10-06 17:04:30.437448603 +0200
|
||||
@@ -73,18 +73,6 @@ map Q gq
|
||||
" Revert with ":iunmap <C-U>".
|
||||
inoremap <C-U> <C-G>u<C-U>
|
||||
@ -17,6 +17,6 @@ diff -up vim81/runtime/defaults.vim.copypaste vim81/runtime/defaults.vim
|
||||
- endif
|
||||
-endif
|
||||
-
|
||||
" Switch syntax highlighting on when the terminal has colors or when using the
|
||||
" GUI (which always has colors).
|
||||
if &t_Co > 2 || has("gui_running")
|
||||
" Only do this part when Vim was compiled with the +eval feature.
|
||||
if 1
|
||||
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1770
|
||||
%define patchlevel 1805
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -786,6 +786,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1805-1
|
||||
- patchlevel 1805
|
||||
|
||||
* Tue Sep 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1770-1
|
||||
- patchlevel 1770
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user