comparison runtime/doc/usr_11.txt @ 19163:63beef1ca62c

Update runtime files. Commit: https://github.com/vim/vim/commit/ade0d39468014fd55d30f7647a1ac104baff4bc5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 21 22:33:58 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jan 2020 22:45:04 +0100
parents af69c9335223
children 59f93c2d2551
comparison
equal deleted inserted replaced
19162:d02825cf56e3 19163:63beef1ca62c
1 *usr_11.txt* For Vim version 8.2. Last change: 2019 Apr 28 1 *usr_11.txt* For Vim version 8.2. Last change: 2020 Jan 17
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Recovering from a crash 5 Recovering from a crash
6 6
209 will automatically delete it: 209 will automatically delete it:
210 - The file is a valid swap file (Magic number is correct). 210 - The file is a valid swap file (Magic number is correct).
211 - The flag that the file was modified is not set. 211 - The flag that the file was modified is not set.
212 - The process is not running. 212 - The process is not running.
213 213
214 214 You can programatically deal with this situation with the |FileChangedShell|
215 UNREADABLE SWAP FILE 215 autocommand event.
216
217
218 UNREADABLE SWAP FILE ~
216 219
217 Sometimes the line 220 Sometimes the line
218 221
219 [cannot be read] ~ 222 [cannot be read] ~
220 223