From 2eccc45d79e303ccef384d3de2b683e365b5b85f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 31 Oct 2010 19:04:04 +0100 Subject: [PATCH] vimrc: Add missing timezones to dates. --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 612ebd9..582797e 100644 --- a/vimrc +++ b/vimrc @@ -4,7 +4,7 @@ " 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). +" 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 @@ -206,7 +206,7 @@ cmap cmap " Use Ctrl-P/Ctrl-N as replacement for / in command mode. Thanks to -" abstrakt and grayw in #vim on Freenode (2010-04-12 21:20). +" abstrakt and grayw in #vim on Freenode (2010-04-12 21:20 CEST). cnoremap cnoremap @@ -215,7 +215,7 @@ nnoremap nnoremap - " Go to next and previous buffer. Thanks to elik in #vim on Freenode -" (2010-05-16 18:38) for this idea. +" (2010-05-16 18:38 CEST) for this idea. nnoremap gb :bnext nnoremap gB :bprev -- 2.44.1