[vim] vimrc uses " not # for comments

Dave Airlie airlied at fedoraproject.org
Mon Mar 2 01:31:32 UTC 2015


commit f5b807f1ff72faf9f08ee09672a539b47dd3fe42
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 2 11:29:41 2015 +1000

    vimrc uses " not # for comments

 vim.spec | 5 ++++-
 vimrc    | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index 29e70ba..a4b98e0 100644
--- a/vim.spec
+++ b/vim.spec
@@ -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 at redhat.com> 7.4.640-4
+- fix vimrc using wrong comment character
+
 * Thu Feb 26 2015 Karsten Hopp <karsten at redhat.com> 7.4.640-3
 - bump release
 
diff --git a/vimrc b/vimrc
index 6421289..a60ce24 100644
--- a/vimrc
+++ b/vimrc
@@ -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


More information about the scm-commits mailing list