From bfa9dc525f102520226e54fb0b1560b017f70fbd Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Tue, 7 Dec 2004 21:07:09 +0000 Subject: Update the vimrc comments regarding modelines. If you need more information on this, either email me or await the next vim release. --- app-editors/vim-core/files/vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app-editors/vim-core/files') 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" -- cgit v1.2.3-65-gdbad