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 7608f978..e78f5fcd 100644
--- a/vim/plugin/put_date.vim
+++ b/vim/plugin/put_date.vim
@@ -1,4 +1,4 @@
-if exists('loaded_put_date')
+if exists('loaded_put_date') || &compatible || !has('*strftime')
finish
endif
let loaded_put_date = 1