comparison runtime/doc/intro.txt @ 21991:bbca88cd13d5

Update runtime files. Commit: https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 30 17:20:20 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Aug 2020 17:30:06 +0200
parents 661eb972cb22
children fab58304f77d
comparison
equal deleted inserted replaced
21990:8086857308b9 21991:bbca88cd13d5
1 *intro.txt* For Vim version 8.2. Last change: 2020 May 30 1 *intro.txt* For Vim version 8.2. Last change: 2020 Aug 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
230 David Leonard Port of Python extensions to Unix 230 David Leonard Port of Python extensions to Unix
231 Avner Lottem Edit in right-to-left windows 231 Avner Lottem Edit in right-to-left windows
232 Flemming Madsen X11 client-server, various features and patches 232 Flemming Madsen X11 client-server, various features and patches
233 Tony Mechelynck answers many user questions 233 Tony Mechelynck answers many user questions
234 Paul Moore Python interface extensions, many patches 234 Paul Moore Python interface extensions, many patches
235 Katsuhito Nagano Work on multi-byte versions 235 Katsuhito Nagano Work on multibyte versions
236 Sung-Hyun Nam Work on multi-byte versions 236 Sung-Hyun Nam Work on multibyte versions
237 Vince Negri Win32 GUI and generic console enhancements 237 Vince Negri Win32 GUI and generic console enhancements
238 Steve Oualline Author of the first Vim book |frombook| 238 Steve Oualline Author of the first Vim book |frombook|
239 Dominique Pelle Valgrind reports and many fixes 239 Dominique Pelle Valgrind reports and many fixes
240 A.Politz Many bug reports and some fixes 240 A.Politz Many bug reports and some fixes
241 George V. Reilly Win32 port, Win32 GUI start-off 241 George V. Reilly Win32 port, Win32 GUI start-off
508 <C-LeftMouse> Control- left mouse click 508 <C-LeftMouse> Control- left mouse click
509 <S-F11> Shifted function key 11 509 <S-F11> Shifted function key 11
510 <M-a> Meta- a ('a' with bit 8 set) 510 <M-a> Meta- a ('a' with bit 8 set)
511 <M-A> Meta- A ('A' with bit 8 set) 511 <M-A> Meta- A ('A' with bit 8 set)
512 <t_kd> "kd" termcap entry (cursor down key) 512 <t_kd> "kd" termcap entry (cursor down key)
513 Although you can specify <M-{char}> with {char} being a multi-byte 513 Although you can specify <M-{char}> with {char} being a multibyte
514 character, Vim may not be able to know what byte sequence that is and then 514 character, Vim may not be able to know what byte sequence that is and then
515 it won't work. 515 it won't work.
516 516
517 If you want to use the full <> notation in Vim, you have to make sure the '<' 517 If you want to use the full <> notation in Vim, you have to make sure the '<'
518 flag is excluded from 'cpoptions' (when 'compatible' is not set, it already is 518 flag is excluded from 'cpoptions' (when 'compatible' is not set, it already is