From: Simon Ruderich Date: Tue, 29 Apr 2014 14:28:44 +0000 (+0200) Subject: vimrc: set secure X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=cb310f8c9c3ace582f4ed56128e733fc6b1d0998;p=config%2Fdotfiles.git vimrc: set secure --- diff --git a/vimrc b/vimrc index 4f38ca0..8b394d0 100644 --- a/vimrc +++ b/vimrc @@ -41,6 +41,11 @@ endif " 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