diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-22 22:02:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-22 22:02:25 +0000 |
commit | f95dc3b8234c05116f71aee5a72ddd8d9afd4718 (patch) | |
tree | df270e41db098379fa4c862fb9f6ca2ae76d5968 /runtime/doc/editing.txt | |
parent | f4630b60f598db3c163182f1920e7308d5b54cbb (diff) | |
download | vim-git-f95dc3b8234c05116f71aee5a72ddd8d9afd4718.tar.gz |
updated for version 7.0075
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index c8b694193..fedaba5ed 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 7.0aa. Last change: 2005 Apr 27 +*editing.txt* For Vim version 7.0aa. Last change: 2005 May 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -563,7 +563,9 @@ list of the current window. current entry. This command keeps the currently edited file, also when it's deleted from the argument list. - {not in Vi} {not available when compiled without the + Example: > + :argdel *.obj +< {not in Vi} {not available when compiled without the |+listcmds| feature} :{range}argd[elete] Delete the {range} files from the argument list. |