comparison runtime/doc/options.txt @ 23573:e2e2cc5d0856

Update runtime files. Commit: https://github.com/vim/vim/commit/82be4849eed0b8fbee45bc8da99b685ec89af59a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 11 19:40:15 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 19:45:05 +0100
parents 3105546b941f
children 96206643bd9f
comparison
equal deleted inserted replaced
23572:b35e568d74e6 23573:e2e2cc5d0856
1 *options.txt* For Vim version 8.2. Last change: 2020 Dec 21 1 *options.txt* For Vim version 8.2. Last change: 2021 Jan 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
436 :fix[del] Set the value of 't_kD': 436 :fix[del] Set the value of 't_kD':
437 't_kb' is 't_kD' becomes ~ 437 't_kb' is 't_kD' becomes ~
438 CTRL-? CTRL-H 438 CTRL-? CTRL-H
439 not CTRL-? CTRL-? 439 not CTRL-? CTRL-?
440 440
441 (CTRL-? is 0177 octal, 0x7f hex) 441 (CTRL-? is 0o177 octal, 0x7f hex)
442 442
443 If your delete key terminal code is wrong, but the 443 If your delete key terminal code is wrong, but the
444 code for backspace is alright, you can put this in 444 code for backspace is alright, you can put this in
445 your .vimrc: > 445 your .vimrc: >
446 :fixdel 446 :fixdel