diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-28 20:54:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-28 20:54:39 +0200 |
commit | 1d68952a3eeb40efc5568d99d0b2dd37960975e7 (patch) | |
tree | 59c8eda2101b9544bb48b8c690ef5e1d4fcbb21a /runtime/doc/index.txt | |
parent | 167632fcddd32656a737fa5568504fff12d04f70 (diff) | |
download | vim-1d68952a3eeb40efc5568d99d0b2dd37960975e7.zip |
Runtime file updates.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 07c5768a2..da5681643 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1399,6 +1399,7 @@ The commands are sorted on the non-optional part of their name. |:ruby| :rub[y] execute Ruby command |:rubydo| :rubyd[o] execute Ruby command for each line |:rubyfile| :rubyf[ile] execute Ruby script file +|:rundo| :rund[o] read undo information from a file |:runtime| :ru[ntime] source vim scripts in 'runtimepath' |:rviminfo| :rv[iminfo] read from viminfo file |:substitute| :s[ubstitute] find and replace text @@ -1564,6 +1565,7 @@ The commands are sorted on the non-optional part of their name. |:wq| :wq write to a file and quit window or Vim |:wqall| :wqa[ll] write all changed buffers and quit Vim |:wsverb| :ws[verb] pass the verb to workshop over IPC +|:wundo| :wu[ndo] write undo information to a file |:wviminfo| :wv[iminfo] write to viminfo file |:xit| :x[it] write if buffer changed and quit window or Vim |:xall| :xa[ll] same as ":wqall" |