aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:46:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:46:00 +1200
commit75faa9badaa81a92eff077345e90ffd2a16896a3 (patch)
treefe53e9016101c242add853259f4781de17b2a976
parentMerge branch 'release/v5.31.0' into develop (diff)
downloaddotfiles-75faa9badaa81a92eff077345e90ffd2a16896a3.tar.gz
dotfiles-75faa9badaa81a92eff077345e90ffd2a16896a3.zip
Add space to :put command
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
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