comparison runtime/doc/usr_11.txt @ 13735:a62eeee5f116

Update runtime files. commit https://github.com/vim/vim/commit/7dda86f2ff35bb80afce4da24782fd58216bbe50 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 20 22:36:41 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Apr 2018 22:45:07 +0200
parents 9f48eab77d62
children 1174611ad715
comparison
equal deleted inserted replaced
13734:600a38fe5c00 13735:a62eeee5f116
1 *usr_11.txt* For Vim version 8.0. Last change: 2010 Jul 20 1 *usr_11.txt* For Vim version 8.0. Last change: 2018 Apr 13
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
232 that file, be prepared to redo your last changes. 232 that file, be prepared to redo your last changes.
233 233
234 234
235 WHAT TO DO? *swap-exists-choices* 235 WHAT TO DO? *swap-exists-choices*
236 236
237 If dialogs are supported you will be asked to select one of five choices: 237 If dialogs are supported you will be asked to select one of six choices:
238 238
239 Swap file ".main.c.swp" already exists! ~ 239 Swap file ".main.c.swp" already exists! ~
240 [O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort, (D)elete it: ~ 240 [O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort, (D)elete it: ~
241 241
242 O Open the file readonly. Use this when you just want to view the file and 242 O Open the file readonly. Use this when you just want to view the file and