]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .vimrc
Merge pull request #2358 from poettering/dnssec16
[thirdparty/systemd.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 366fbdca4ba0533f2cd4c72bfded2a8d5e054150..b864268cd1a22f6903a96220e4d8ba872795c7a8 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,4 +1,10 @@
 " 'set exrc' in ~/.vimrc will read .vimrc from the current directory
+" Warning: Enabling exrc is dangerous! You can do nearly everything from a
+" vimrc configuration file, including write operations and shell execution.
+" You should consider setting 'set secure' as well, which is highly
+" recommended!
 set tabstop=8
 set shiftwidth=8
 set expandtab
+set makeprg=GCC_COLORS=\ make
+set tw=119