aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 18:00:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 18:00:54 +1200
commite73a606abaa5afd67403062c4a1988c0cdc3ad75 (patch)
tree7be48621b60ff09dcc2e42e10a4410ab9bf73d3e
parentRestore my French (diff)
downloaddotfiles-e73a606abaa5afd67403062c4a1988c0cdc3ad75.tar.gz
dotfiles-e73a606abaa5afd67403062c4a1988c0cdc3ad75.zip
Correct a comment describing PutDate()
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 99f27c32..130affe8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1169,7 +1169,7 @@ nnoremap <Leader>C
xnoremap <Leader>C
\ :<C-U>setlocal cursorcolumn! cursorcolumn?<CR>gv
-" Print an RFC2822-compliant date string
+" Insert an RFC2822-compliant date string into the buffer
command! PutDate
\ put =strftime('%a, %d %b %Y %T %z')