comparison src/feature.h @ 1698:f4f8014d516e v7.2c.000

updated for version 7.2c-000
author vimboss
date Wed, 06 Aug 2008 17:06:04 +0000
parents 73fe8baea242
children 5a7384b9ca66
comparison
equal deleted inserted replaced
1697:2f9308b31181 1698:f4f8014d516e
814 814
815 /* 815 /*
816 * +writebackup 'writebackup' is default on: 816 * +writebackup 'writebackup' is default on:
817 * Use a backup file while overwriting a file. But it's 817 * Use a backup file while overwriting a file. But it's
818 * deleted again when 'backup' is not set. Changing this 818 * deleted again when 'backup' is not set. Changing this
819 * is strongly discouraged: You can loose all your 819 * is strongly discouraged: You can lose all your
820 * changes when the computer crashes while writing the 820 * changes when the computer crashes while writing the
821 * file. 821 * file.
822 * VMS note: It does work on VMS as well, but because of 822 * VMS note: It does work on VMS as well, but because of
823 * version handling it does not have any purpose. 823 * version handling it does not have any purpose.
824 * Overwrite will write to the new version. 824 * Overwrite will write to the new version.