vimrc uses " not # for comments

This commit is contained in:
Dave Airlie 2015-03-02 11:29:41 +10:00
parent 687a2f4145
commit f5b807f1ff
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 3%{?dist}
Release: 4%{?dist}
License: Vim
Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@ -1994,6 +1994,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 7.4.640-4
- fix vimrc using wrong comment character
* Thu Feb 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.640-3
- bump release

2
vimrc
View File

@ -59,7 +59,7 @@ if &term=="xterm"
set t_Sf=[3%dm
endif
# rhbz 1159920
" rhbz 1159920
if $COLORTERM=="gnome-terminal"
set background=light
else