aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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