comparison runtime/doc/index.txt @ 27623:179c118424a6

Update runtime files Commit: https://github.com/vim/vim/commit/9da17d7c57071c306565da6a35c3704db1916b78 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 9 21:50:44 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Feb 2022 23:00:06 +0100
parents 5825405e4e2c
children c968191a8557
comparison
equal deleted inserted replaced
27622:e33b6abfe384 27623:179c118424a6
1 *index.txt* For Vim version 8.2. Last change: 2022 Jan 28 1 *index.txt* For Vim version 8.2. Last change: 2022 Feb 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
1150 |:!!| :!! repeat last ":!" command 1150 |:!!| :!! repeat last ":!" command
1151 |:#| :# same as ":number" 1151 |:#| :# same as ":number"
1152 |:&| :& repeat last ":substitute" 1152 |:&| :& repeat last ":substitute"
1153 |:star| :* execute contents of a register 1153 |:star| :* execute contents of a register
1154 |:<| :< shift lines one 'shiftwidth' left 1154 |:<| :< shift lines one 'shiftwidth' left
1155 |:=| := print the cursor line number 1155 |:=| := print the last line number
1156 |:>| :> shift lines one 'shiftwidth' right 1156 |:>| :> shift lines one 'shiftwidth' right
1157 |:@| :@ execute contents of a register 1157 |:@| :@ execute contents of a register
1158 |:@@| :@@ repeat the previous ":@" 1158 |:@@| :@@ repeat the previous ":@"
1159 |:Next| :N[ext] go to previous file in the argument list 1159 |:Next| :N[ext] go to previous file in the argument list
1160 |:Print| :P[rint] print lines 1160 |:Print| :P[rint] print lines