diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-01-21 18:07:15 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-01-21 18:07:15 +0000 |
commit | ab1ff47ae8e87d3a8321886da3daa5bcc7336835 (patch) | |
tree | 7c6d1c09031313d3f8ad45394fe5a252b541816b /app-editors/gvim/files | |
parent | Patches 1-300 (diff) | |
download | historical-ab1ff47ae8e87d3a8321886da3daa5bcc7336835.tar.gz historical-ab1ff47ae8e87d3a8321886da3daa5bcc7336835.tar.bz2 historical-ab1ff47ae8e87d3a8321886da3daa5bcc7336835.zip |
Disable modelines by default. Fixes security bug #14088
Diffstat (limited to 'app-editors/gvim/files')
-rw-r--r-- | app-editors/gvim/files/gvimrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-editors/gvim/files/gvimrc b/app-editors/gvim/files/gvimrc index 81d574de9a35..e7df461bc5be 100644 --- a/app-editors/gvim/files/gvimrc +++ b/app-editors/gvim/files/gvimrc @@ -10,6 +10,10 @@ set columns=80 lines=30 " don't inherit geometry from parent term set mousemodel=popup " right mouse button pops up a menu in the GUI +" added to default to high security within Gentoo. Fixes #14088 +" -rphillips +set modelines=0 + " Use a sufficiently wide window automatically when started as "gvimdiff" if (&foldmethod == 'diff') set columns=165 |