summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/vim-core/files/vimrc')
-rw-r--r--app-editors/vim-core/files/vimrc6
1 files changed, 4 insertions, 2 deletions
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"