diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-05-30 20:54:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-30 20:54:13 +0200 |
commit | d2ea7cf10a4d026ebd402594d656af7d5c811c24 (patch) | |
tree | 0d72953a92ce37bbdfe87178ab6692ea7ed0d14c /runtime/doc/index.txt | |
parent | 6ef5ab59043681a51e8ca2ab0a1e4ff8f0f4bb47 (diff) | |
download | vim-git-d2ea7cf10a4d026ebd402594d656af7d5c811c24.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 57493097b..545adff01 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 Apr 24 +*index.txt* For Vim version 8.2. Last change: 2021 May 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1657,9 +1657,9 @@ tag command action ~ |:tab| :tab create new tab when opening new window |:tag| :ta[g] jump to tag |:tags| :tags show the contents of the tag stack -|:tcd| :tcd change directory for tab page +|:tcd| :tc[d] change directory for tab page |:tchdir| :tch[dir] change directory for tab page -|:tcl| :tc[l] execute Tcl command +|:tcl| :tcl execute Tcl command |:tcldo| :tcld[o] execute Tcl command for each line |:tclfile| :tclf[ile] execute Tcl script file |:tearoff| :te[aroff] tear-off a menu |