summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-12-12 18:37:20 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-12-12 18:37:20 +0000
commit36b7738dd9a0e8cb7b17ff2ac835c5a1588848b2 (patch)
tree0d9dd10384e3964fbbdab42a2e2d82410527f6d9 /app-editors
parentmark 0.9.3 x86 & cleanup (Manifest recommit) (diff)
downloadgentoo-2-36b7738dd9a0e8cb7b17ff2ac835c5a1588848b2.tar.gz
gentoo-2-36b7738dd9a0e8cb7b17ff2ac835c5a1588848b2.tar.bz2
gentoo-2-36b7738dd9a0e8cb7b17ff2ac835c5a1588848b2.zip
Update the vimrc link to the new devrel handbook rather than the old howtos
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim-core/ChangeLog5
-rw-r--r--app-editors/vim-core/files/vimrc5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 12321f7d3764..8e3aabd0cd64 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/vim-core
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.116 2004/12/11 21:46:09 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.117 2004/12/12 18:37:20 ciaranm Exp $
+
+ 12 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
+ Update the vimrc link to the new devrel handbook rather than the old howtos
*vim-core-7.0_alpha20041211 (11 Dec 2004)
diff --git a/app-editors/vim-core/files/vimrc b/app-editors/vim-core/files/vimrc
index fbad4b37e9b4..ae3bc89d5826 100644
--- a/app-editors/vim-core/files/vimrc
+++ b/app-editors/vim-core/files/vimrc
@@ -73,8 +73,9 @@ augroup gentoo
" Gentoo-specific settings for ebuilds. These are the federally-mandated
" required tab settings. See the following for more information:
- " http://www.gentoo.org/doc/en/xml/gentoo-howto.xml
- " Better yet, emerge app-vim/gentoo-syntax and you'll get full syntax,
+ " http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
+ " Note that the rules below are very minimal and don't cover everything.
+ " Better to emerge app-vim/gentoo-syntax, which provides full syntax,
" filetype and indent settings for all things Gentoo.
au BufRead,BufNewFile *.e{build,class} let is_bash=1|setfiletype sh
au BufRead,BufNewFile *.e{build,class} set ts=4 sw=4 noexpandtab