]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Allow running as root.
authorSimon Ruderich <simon@ruderich.org>
Fri, 25 Nov 2011 06:36:56 +0000 (07:36 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 25 Nov 2011 06:36:56 +0000 (07:36 +0100)
vimrc

diff --git a/vimrc b/vimrc
index e64570638a37f13a70f974ad47e7a5d436236cf9..cd775e0a90335b1b9c638c5f97bd49edd331fe48 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -3,14 +3,6 @@
 
 " EDITOR SETTINGS
 
-" Prevent editing as root as it may cause security problems. Use sudoedit
-" instead. Thanks to godlygeek in #vim on Freenode (2009-06-19 22:21 CEST).
-if $HOME == '/root' || exists('$SUDO_USER')
-    echomsg 'Running as root is forbidden! Use sudoedit.'
-    qall
-endif
-
-
 " Save 'runtimepath' in case it was changed by the system's configuration
 " files.
 if has('eval')