aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:46:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:46:47 +1200
commitfc26360930d411c260ed552591c15cc7424e53f5 (patch)
tree093976abcec29a35761cc1ef06116baeb0302b24
parentMerge branch 'release/v5.31.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-fc26360930d411c260ed552591c15cc7424e53f5.tar.gz
dotfiles-fc26360930d411c260ed552591c15cc7424e53f5.zip
Merge branch 'release/v5.32.0'v5.32.0
* release/v5.32.0: Add space to :put command
-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