comparison runtime/doc/usr_02.txt @ 24569:e3ec2ec8841a

Update runtime files Commit: https://github.com/vim/vim/commit/4c295027a426986566cd7a76c47a6d3a529727e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 2 17:19:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 May 2021 17:30:05 +0200
parents 5c98ea5f5d6e
children f8116058ca76
comparison
equal deleted inserted replaced
24568:3671ff322103 24569:e3ec2ec8841a
1 *usr_02.txt* For Vim version 8.2. Last change: 2019 Nov 21 1 *usr_02.txt* For Vim version 8.2. Last change: 2021 Apr 24
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 The first steps in Vim 5 The first steps in Vim
6 6
530 Certain options have their own namespace, e.g.: > 530 Certain options have their own namespace, e.g.: >
531 :help cpo-<letter> 531 :help cpo-<letter>
532 < for the corresponding flag of the 'cpoptions' settings, substitute <letter> 532 < for the corresponding flag of the 'cpoptions' settings, substitute <letter>
533 by a specific flag, e.g.: > 533 by a specific flag, e.g.: >
534 :help cpo-; 534 :help cpo-;
535 < And for the guioption flags: > 535 < And for the 'guioptions' flags: >
536 :help go-<letter> 536 :help go-<letter>
537 537
538 4) Normal mode commands do not have a prefix. To go to the help page for the 538 4) Normal mode commands do not have a prefix. To go to the help page for the
539 "gt" command: > 539 "gt" command: >
540 :help gt 540 :help gt