From c0197e2815208269fa9ba2fba95230138ec39ceb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 13 Sep 2004 20:26:32 +0000 Subject: updated for version 7.0016 --- runtime/doc/motion.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'runtime/doc/motion.txt') diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 4df3543fdb..9d149e07f3 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1,4 +1,4 @@ -*motion.txt* For Vim version 7.0aa. Last change: 2004 Jul 25 +*motion.txt* For Vim version 7.0aa. Last change: 2004 Sep 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -732,6 +732,24 @@ g'{mark} g`{mark} :marks aB < to list marks 'a' and 'B'. {not in Vi} + *:delm* *:delmarks* +:delm[arks] {marks} Delete the specified marks. Marks that can be deleted + include A-Z and 0-9. You cannot delete the ' mark. + They can be specified by giving the list of mark + names, or with a range, separated with a dash. Spaces + are ignored. Examples: > + :delmarks a deletes mark a + :delmarks a b 1 deletes marks a, b and 1 + :delmarks Aa deletes marks A and a + :delmarks p-z deletes marks in the range p to z + :delmarks ^.[] deletes marks ^ . [ ] + :delmarks \" deletes mark " +< {not in Vi} + +:delm[arks]! Delete all marks for the current buffer, but not marks + A-Z or 0-9. + {not in Vi} + A mark is not visible in any way. It is just a position in the file that is remembered. Do not confuse marks with named registers, they are totally unrelated. -- cgit v1.2.3