- fix vimdiff colors (#204042)

This commit is contained in:
Karsten Hopp 2006-08-25 11:11:26 +00:00
parent c13ccfc34d
commit cd3cd110c8
2 changed files with 17 additions and 1 deletions

11
vim-7.0-syncolor.patch Normal file
View File

@ -0,0 +1,11 @@
--- vim70/runtime/syntax/syncolor.vim.orig 2006-08-25 14:58:29.000000000 +0200
+++ vim70/runtime/syntax/syncolor.vim 2006-08-25 14:59:24.000000000 +0200
@@ -41,7 +41,7 @@
SynColor Underlined term=underline cterm=underline ctermfg=LightBlue gui=underline guifg=#80a0ff
SynColor Ignore term=NONE cterm=NONE ctermfg=black ctermbg=NONE gui=NONE guifg=bg guibg=NONE
else
- SynColor Comment term=bold cterm=NONE ctermfg=DarkBlue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
+ SynColor Comment term=bold cterm=NONE ctermfg=DarkRed ctermbg=NONE gui=NONE guifg=red2 guibg=NONE
SynColor Constant term=underline cterm=NONE ctermfg=DarkRed ctermbg=NONE gui=NONE guifg=Magenta guibg=NONE
SynColor Special term=bold cterm=NONE ctermfg=DarkMagenta ctermbg=NONE gui=NONE guifg=SlateBlue guibg=NONE
SynColor Identifier term=underline cterm=NONE ctermfg=DarkCyan ctermbg=NONE gui=NONE guifg=DarkCyan guibg=NONE

View File

@ -20,7 +20,7 @@
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
Version: %{baseversion}.%{beta}%{patchlevel} Version: %{baseversion}.%{beta}%{patchlevel}
Release: 1 Release: 2
License: freeware License: freeware
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@ -123,6 +123,7 @@ Patch3006: vim-6.4-checkhl.patch
Patch3007: vim-7.0-fstabsyntax.patch Patch3007: vim-7.0-fstabsyntax.patch
Patch3008: vim-6.4-lib64.patch Patch3008: vim-6.4-lib64.patch
Patch3009: vim-7.0-warning.patch Patch3009: vim-7.0-warning.patch
Patch3010: vim-7.0-syncolor.patch
# #
Patch3100: vim-selinux.patch Patch3100: vim-selinux.patch
Patch3101: vim-selinux2.patch Patch3101: vim-selinux2.patch
@ -320,6 +321,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch3007 -p1 %patch3007 -p1
%patch3008 -p1 %patch3008 -p1
%patch3009 -p1 %patch3009 -p1
%patch3010 -p1
%if %{WITH_SELINUX} %if %{WITH_SELINUX}
%patch3100 -p1 %patch3100 -p1
@ -632,6 +634,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Thu Aug 25 2006 Karsten Hopp <karsten@redhat.de> 7.0.066-2
- fix vimdiff colors (#204042)
* Thu Aug 24 2006 Karsten Hopp <karsten@redhat.de> 7.0.066-1 * Thu Aug 24 2006 Karsten Hopp <karsten@redhat.de> 7.0.066-1
- fix syntax patch (#203798) - fix syntax patch (#203798)
- patchlevel 66 - patchlevel 66