aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-10-23 14:46:18 +0300
committerZyX <kp-pav@yandex.ru>2015-10-23 14:47:59 +0300
commitfc2bb200f75ab9650c1c35463bcc2be9008632c9 (patch)
tree70aac7d6e7abc1d0cfc0e7635c6a95dbfbe48237
parente96aa067f3a94e9633ffd577fce83575e7fd00a7 (diff)
downloadrneovim-fc2bb200f75ab9650c1c35463bcc2be9008632c9.tar.gz
rneovim-fc2bb200f75ab9650c1c35463bcc2be9008632c9.tar.bz2
rneovim-fc2bb200f75ab9650c1c35463bcc2be9008632c9.zip
documentation: Fix :delmarks! documentation
:delmarks! clears the change list, but this fact is not mentioned. Also true for Vim.
-rw-r--r--runtime/doc/motion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 3757a46fe2..5e3fe715ab 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -797,7 +797,7 @@ g'{mark} g`{mark}
<
:delm[arks]! Delete all marks for the current buffer, but not marks
- A-Z or 0-9.
+ A-Z or 0-9. Also clear the |changelist|.
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