comparison runtime/doc/recover.txt @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 3fc0f57ecb91
children 8b0ee9d57d7f
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
1 *recover.txt* For Vim version 7.0aa. Last change: 2004 Apr 16 1 *recover.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
59 Disadvantages: 59 Disadvantages:
60 - You can get name collisions from files with the same name but in different 60 - You can get name collisions from files with the same name but in different
61 directories (although Vim tries to avoid that by comparing the path name). 61 directories (although Vim tries to avoid that by comparing the path name).
62 This will result in bogus ATTENTION warning messages. 62 This will result in bogus ATTENTION warning messages.
63 - When you use your home directory, and somebody else tries to edit the same 63 - When you use your home directory, and somebody else tries to edit the same
64 file, he will not see your swap file and will not get the ATTENTION waring 64 file, he will not see your swap file and will not get the ATTENTION warning
65 message. 65 message.
66 On the Amiga you can also use a recoverable ram disk, but there is no 100% 66 On the Amiga you can also use a recoverable ram disk, but there is no 100%
67 guarantee that this works. Putting swap files in a normal ram disk (like RAM: 67 guarantee that this works. Putting swap files in a normal ram disk (like RAM:
68 on the Amiga) or in a place that is cleared when rebooting (like /tmp on Unix) 68 on the Amiga) or in a place that is cleared when rebooting (like /tmp on Unix)
69 makes no sense, you will lose the swap file in a crash. 69 makes no sense, you will lose the swap file in a crash.