diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-07 21:07:09 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-07 21:07:09 +0000 |
commit | bfa9dc525f102520226e54fb0b1560b017f70fbd (patch) | |
tree | f95507d7b2c89332d857d4ca9e4c8534abad0099 /app-editors/vim-core | |
parent | Added torsmo-0.17-mldonkey.patch as per bug #73485 (Manifest recommit) (diff) | |
download | gentoo-2-bfa9dc525f102520226e54fb0b1560b017f70fbd.tar.gz gentoo-2-bfa9dc525f102520226e54fb0b1560b017f70fbd.tar.bz2 gentoo-2-bfa9dc525f102520226e54fb0b1560b017f70fbd.zip |
Update the vimrc comments regarding modelines. If you need more information on this, either email me or await the next vim release.
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/vim-core/files/vimrc | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index f0b2940d9c6d..a8f73a773d5f 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,10 @@ # 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.109 2004/11/28 14:38:13 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.110 2004/12/07 21:07:09 ciaranm Exp $ + + 07 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc: + Update the vimrc comments regarding modelines. If you need more information + on this, either email me or await the next vim release. *vim-core-7.0_alpha20041128 (28 Nov 2004) diff --git a/app-editors/vim-core/files/vimrc b/app-editors/vim-core/files/vimrc index 89378589d09a..19d6d32da33a 100644 --- a/app-editors/vim-core/files/vimrc +++ b/app-editors/vim-core/files/vimrc @@ -20,8 +20,10 @@ set ruler " Show the cursor position all the time " according to conversation on vim devel ML: " http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212696 " http://article.gmane.org/gmane.editors.vim.devel/4410 -" If you're not paranoid, feel free to delete this line or override it in -" your ~/.vimrc -- there aren't any known security issues with this any more. +" +" There are other currently unpublished issues with vim modelines, so it is +" recommended that this settings is left alone until we can get a working +" patch. -- ciaranm, 7 December 2004. set nomodeline if v:lang =~ "^ko" |