]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: set secure
authorSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 14:28:44 +0000 (16:28 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 14:28:44 +0000 (16:28 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 4f38ca011e293addf63bfd92d2cdb1f5d9a5dd88..8b394d0689aed7e53c3b49680a03683eaf551858 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -41,6 +41,11 @@ endif
 " Make sure Vim (and not Vi) settings are used.
 set nocompatible
 
 " Make sure Vim (and not Vi) settings are used.
 set nocompatible
 
+" Disallow :autocmd, shell and write commands in .vimrc and .exrc files in the
+" current directory. Only used if 'exrc' is enabled (off by default),
+" precaution just in case somebody enables 'exrc'.
+set secure
+
 " Use UTF-8 for all internal data (buffers, registers, etc.). This doesn't
 " affect reading files in different encodings, see 'fileencodings' for that.
 set encoding=utf-8
 " Use UTF-8 for all internal data (buffers, registers, etc.). This doesn't
 " affect reading files in different encodings, see 'fileencodings' for that.
 set encoding=utf-8