diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-02-27 16:38:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-02-27 16:38:07 +0100 |
commit | 9faec4e3d439968e21ad74e917aebb289df8f849 (patch) | |
tree | 362d9c20c25c3000c17dd57760d4ba465e09ef1a /runtime/doc/index.txt | |
parent | 0abc6e471ae78167bd75f95603b9bdd27ff0b38f (diff) | |
download | vim-git-9faec4e3d439968e21ad74e917aebb289df8f849.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 2d96769c4..ea1b137ee 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 8.2. Last change: 2021 Feb 11 +*index.txt* For Vim version 8.2. Last change: 2021 Feb 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1699,7 +1699,8 @@ tag command action ~ |:version| :ve[rsion] print version number and other info |:verbose| :verb[ose] execute command with 'verbose' set |:vertical| :vert[ical] make following command split vertically -|:vim9script| :vim9[script] indicates Vim9 script file +|:vim9cmd| :vim9[cmd] make following command use Vim9 script syntax +|:vim9script| :vim9s[cript] indicates Vim9 script file |:vimgrep| :vim[grep] search for pattern in files |:vimgrepadd| :vimgrepa[dd] like :vimgrep, but append to current list |:visual| :vi[sual] same as ":edit", but turns off "Ex" mode |