comparison runtime/doc/index.txt @ 18016:834b7854aa3c

Update runtime files Commit: https://github.com/vim/vim/commit/30e9b3c4256710781c3bd64efb33f138e4e074b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 16:24:12 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 16:30:03 +0200
parents 59f8948b7590
children 03b854983b14
comparison
equal deleted inserted replaced
18015:4e43c4aa6563 18016:834b7854aa3c
1 *index.txt* For Vim version 8.1. Last change: 2019 Aug 21 1 *index.txt* For Vim version 8.1. Last change: 2019 Sep 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
21 3. Visual mode |visual-index| 21 3. Visual mode |visual-index|
22 4. Command-line editing |ex-edit-index| 22 4. Command-line editing |ex-edit-index|
23 5. Terminal-Job mode |terminal-job-index| 23 5. Terminal-Job mode |terminal-job-index|
24 6. EX commands |ex-cmd-index| 24 6. EX commands |ex-cmd-index|
25 25
26 For an overview of options see help.txt |option-list|. 26 For an overview of options see |option-list|.
27 For an overview of built-in functions see |functions|. 27 For an overview of built-in functions see |functions|.
28 For a list of Vim variables see |vim-variable|. 28 For a list of Vim variables see |vim-variable|.
29 For a complete listing of all help items see |help-tags|. 29 For a complete listing of all help items see |help-tags|.
30 30
31 ============================================================================== 31 ==============================================================================
1126 mentioning any arguments. The optional part of the command name is inside []. 1126 mentioning any arguments. The optional part of the command name is inside [].
1127 The commands are sorted on the non-optional part of their name. 1127 The commands are sorted on the non-optional part of their name.
1128 1128
1129 tag command action ~ 1129 tag command action ~
1130 ------------------------------------------------------------------------------ 1130 ------------------------------------------------------------------------------
1131 |:| : nothing
1132 |:range| :{range} go to last line in {range}
1131 |:!| :! filter lines or execute an external command 1133 |:!| :! filter lines or execute an external command
1132 |:!!| :!! repeat last ":!" command 1134 |:!!| :!! repeat last ":!" command
1133 |:#| :# same as ":number" 1135 |:#| :# same as ":number"
1134 |:&| :& repeat last ":substitute" 1136 |:&| :& repeat last ":substitute"
1135 |:star| :* execute contents of a register 1137 |:star| :* execute contents of a register