aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 83f4807f..59282435 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v5.31.0
-Mon Jun 10 02:08:30 UTC 2019
+tejr dotfiles v5.32.0
+Mon Jun 10 02:46:47 UTC 2019
diff --git a/vim/vimrc b/vim/vimrc
index 95ca61ae..f759d0f1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1174,7 +1174,7 @@ xnoremap <Leader>C
" Print an RFC2822-compliant date string
command PutDate
- \ put=strftime('%a, %d %b %Y %T %z')
+ \ put =strftime('%a, %d %b %Y %T %z')
" Set up a quick command-function pair to run a command with the UTC timezone,
" in this case, for my date-printing mappings. Is there a nicer way to do