From cb80aa2d53e56d3aba3b3c439fb467f29a750c5e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 26 Oct 2020 21:12:46 +0100 Subject: Update runtime files. --- runtime/doc/motion.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'runtime/doc/motion.txt') diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 38282e7825..d6215a4c61 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1,4 +1,4 @@ -*motion.txt* For Vim version 8.2. Last change: 2020 Aug 24 +*motion.txt* For Vim version 8.2. Last change: 2020 Oct 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -190,11 +190,14 @@ l or *l* *^* ^ To the first non-blank character of the line. - |exclusive| motion. + |exclusive| motion. Any count is ignored. *$* ** ** $ or To the end of the line. When a count is given also go - [count - 1] lines downward. |inclusive| motion. + [count - 1] lines downward, or as far is possible. + |inclusive| motion. If a count of 2 of larger is + given and the cursor is on the last line, that is an + error an the cursor doesn't move. In Visual mode the cursor goes to just after the last character in the line. When 'virtualedit' is active, "$" may move the cursor -- cgit v1.2.3