Package: zile Version: 2.0.2-1 Take a look at the following transcrip:
~/ziletest $ mkdir ../zilebackups ~/ziletest $ cat ../.zilerc backup-directory = "~/zilebackups" backup-with-directory = true ~/ziletest $ echo 'test' > foo ~/ziletest $ ls foo ~/ziletest $ zile foo # .... edit the file and save ~/ziletest $ ls foo ~ $ ls -a ../zilebackups/ . .. as you can see there is a new file called '~' and no backup in the backups directory. It is indeed an anoyance but at the same time a risk because a mindless rm -f ~ can do a lot of damage. Cheers, -- Eduardo Muņoz | (prog () 10 (print "Hello world!") http://213.97.131.125/ | 20 (go 10))