aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/put_date.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/put_date.vim')
-rw-r--r--vim/plugin/put_date.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/put_date.vim b/vim/plugin/put_date.vim
index e54d6054..7608f978 100644
--- a/vim/plugin/put_date.vim
+++ b/vim/plugin/put_date.vim
@@ -3,4 +3,4 @@ if exists('loaded_put_date')
endif
let loaded_put_date = 1
command! -bang -bar -nargs=* -range PutDate
- \ call put_date#(<q-line1>, <q-bang>, <q-args>)
+ \ call put_date#(<q-line1>, <q-bang> ==# '!', <q-args>)