From 67b80926f29bd28b312246e9467314e5d3c4cf54 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 27 Oct 2009 16:01:50 +0100 Subject: [Vim] Color red is named red. --- colors/red.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/red.vim b/colors/red.vim index 1998268..345a415 100644 --- a/colors/red.vim +++ b/colors/red.vim @@ -9,7 +9,7 @@ set background=dark if exists("syntax_on") syntax reset endif -let g:colors_name = "my_pablo" +let g:colors_name = "red" highlight Comment ctermfg=7 cterm=bold highlight Constant ctermfg=4 cterm=none -- cgit v1.2.3