comparison runtime/doc/intro.txt @ 17758:f2c2f9126a82

Update runtime files. commit https://github.com/vim/vim/commit/56c860c315c517d304320e12bf7b5c1479546dae Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 20:09:31 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 20:15:03 +0200
parents 432714f5c0f7
children c4cdc715cb68
comparison
equal deleted inserted replaced
17757:39fe82460b5d 17758:f2c2f9126a82
1 *intro.txt* For Vim version 8.1. Last change: 2019 Jun 26 1 *intro.txt* For Vim version 8.1. Last change: 2019 Aug 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
506 <C-LeftMouse> Control- left mouse click 506 <C-LeftMouse> Control- left mouse click
507 <S-F11> Shifted function key 11 507 <S-F11> Shifted function key 11
508 <M-a> Meta- a ('a' with bit 8 set) 508 <M-a> Meta- a ('a' with bit 8 set)
509 <M-A> Meta- A ('A' with bit 8 set) 509 <M-A> Meta- A ('A' with bit 8 set)
510 <t_kd> "kd" termcap entry (cursor down key) 510 <t_kd> "kd" termcap entry (cursor down key)
511 Although you can specify <M-{char}> with {char} being a multi-byte
512 character, Vim may not be able to know what byte sequence that is and then
513 it won't work.
511 514
512 If you want to use the full <> notation in Vim, you have to make sure the '<' 515 If you want to use the full <> notation in Vim, you have to make sure the '<'
513 flag is excluded from 'cpoptions' (when 'compatible' is not set, it already is 516 flag is excluded from 'cpoptions' (when 'compatible' is not set, it already is
514 by default). > 517 by default). >
515 :set cpo-=< 518 :set cpo-=<