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/files | |
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/files')
-rw-r--r-- | app-editors/vim-core/files/vimrc | 6 |
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" |