comparison runtime/doc/recover.txt @ 2033:de5a43c5eedc

Update documentation files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:52:26 +0100
parents 5232b9862f23
children 7c8c7c95a865
comparison
equal deleted inserted replaced
2032:592032e9e167 2033:de5a43c5eedc
1 *recover.txt* For Vim version 7.2. Last change: 2006 Apr 24 1 *recover.txt* For Vim version 7.2. Last change: 2009 Apr 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
179 parts of the original file were not written to disk. 179 parts of the original file were not written to disk.
180 180
181 Be sure that the recovery was successful before overwriting the original 181 Be sure that the recovery was successful before overwriting the original
182 file or deleting the swap file. It is good practice to write the recovered 182 file or deleting the swap file. It is good practice to write the recovered
183 file elsewhere and run 'diff' to find out if the changes you want are in the 183 file elsewhere and run 'diff' to find out if the changes you want are in the
184 recovered file. 184 recovered file. Or use |:DiffOrig|.
185 185
186 Once you are sure the recovery is ok delete the swap file. Otherwise, you 186 Once you are sure the recovery is ok delete the swap file. Otherwise, you
187 will continue to get warning messages that the ".swp" file already exists. 187 will continue to get warning messages that the ".swp" file already exists.
188 188
189 {Vi: recovers in another way and sends mail if there is something to recover} 189 {Vi: recovers in another way and sends mail if there is something to recover}