Saturday, December 14, 2013

No BufWritePre when using ZZ

Hi all:

I keep a timestamped backup copy of any modified file whenever I do a
":w". For this, my .vimrc includes the following lines:

" backup settings
set backup " keep a backup file
set backupdir=~/Backup/vim,.,/tmp
" next line prevents overwriting old backup see also :help bex
au BufWritePre * let &bex = '~' . strftime("%Y%m%d_%H%M%S%Z")

Interestingly, BufWritePre works with ":w", however, does not work with
"ZZ".

Does anybody know why this is the case? How can I make it work with
"ZZ", too?

Thanks for any hint.

Best,
Claus

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: