remove skip_defaults_vim - it does not make sense to have it in system vimrc
This commit is contained in:
parent
eef43bd323
commit
a54758b901
5
vim.spec
5
vim.spec
@ -21,7 +21,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Vim and MIT
|
License: Vim and MIT
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
Source1: vim.sh
|
Source1: vim.sh
|
||||||
@ -790,6 +790,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-2
|
||||||
|
- remove skip_defaults_vim - it does not make sense to have it in system vimrc
|
||||||
|
|
||||||
* Thu Jul 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-1
|
* Thu Jul 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-1
|
||||||
- patchlevel 1713
|
- patchlevel 1713
|
||||||
|
|
||||||
|
6
vimrc
6
vimrc
@ -3,12 +3,6 @@ if v:progname =~? "evim"
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Bail out if something that ran earlier, e.g. a system wide vimrc, does not
|
|
||||||
" want Vim to use these default values.
|
|
||||||
if exists('skip_defaults_vim')
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
" Use Vim settings, rather than Vi settings (much better!).
|
" Use Vim settings, rather than Vi settings (much better!).
|
||||||
" This must be first, because it changes other options as a side effect.
|
" This must be first, because it changes other options as a side effect.
|
||||||
" Avoid side effects when it was already reset.
|
" Avoid side effects when it was already reset.
|
||||||
|
Loading…
Reference in New Issue
Block a user