diff options
| author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-07 14:50:08 -0500 |
|---|---|---|
| committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-07 14:50:08 -0500 |
| commit | d8d631a266e196a965514e817e3381567b2d749d (patch) | |
| tree | 095401e0baf5deeb7030d90e43994cfeb19a6c70 /runtime/doc/index.txt | |
| parent | 2bc97b20993b36ff8f996a4afec1e3efa3e4748d (diff) | |
| parent | c40dff6453a3f4655981ba7a49dbcace0240f5fc (diff) | |
| download | rneovim-d8d631a266e196a965514e817e3381567b2d749d.tar.gz rneovim-d8d631a266e196a965514e817e3381567b2d749d.tar.bz2 rneovim-d8d631a266e196a965514e817e3381567b2d749d.zip | |
Merge pull request #3569 from Pyrohh/rm-open
[RFC] Remove :open command
Diffstat (limited to 'runtime/doc/index.txt')
| -rw-r--r-- | runtime/doc/index.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 0238d7cc53..75c986efcd 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1359,8 +1359,7 @@ tag command action ~ |:number| :nu[mber] print lines with line number |:nunmap| :nun[map] like ":unmap" but for Normal mode |:nunmenu| :nunme[nu] remove menu for Normal mode -|:oldfiles| :ol[dfiles] list files that have marks in the ShaDa file -|:open| :o[pen] start open mode (not implemented) +|:oldfiles| :o[ldfiles] list files that have marks in the ShaDa file |:omap| :om[ap] like ":map" but for Operator-pending mode |:omapclear| :omapc[lear] remove all mappings for Operator-pending mode |:omenu| :ome[nu] add menu for Operator-pending mode |