Friday, December 20, 2013

Re: No BufWritePre when using ZZ

Hi Claus!

On Sa, 14 Dez 2013, Claus Atzenbeck wrote:

>
> 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.

Works for me. Are you sure the file was modified?

Best,
Christian
--
Von dem, was sie verstehen, wollen sie nichts wissen.
-- Goethe, Maximen und Reflektionen, Nr. 1038

--
--
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: