summaryrefslogtreecommitdiff
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-02-07 22:01:03 +0000
committervimboss <devnull@localhost>2005-02-07 22:01:03 +0000
commitabe6778205f866b3780b5015083245063be84be5 (patch)
treee29d1348de49aa33b8423ed2290002e39c7a0d1c /runtime/doc/motion.txt
parent8eb11693b6d2865a6fb7b3434bd88208b2a0bcda (diff)
downloadvim-abe6778205f866b3780b5015083245063be84be5.tar.gz
updated for version 7.0049
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index bee238e5..daaa6020 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 7.0aa. Last change: 2005 Jan 08
+*motion.txt* For Vim version 7.0aa. Last change: 2005 Feb 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -350,6 +350,10 @@ or the last line. The first two commands put the cursor in the same column
except after the "$" command, then the cursor will be put on the last
character of the line.
+If "k", "-" or CTRL-P is used with a [count] and there are less than [count]
+lines above the cursor and the 'cpo' option includes the "-" flag it is an
+error. |cpo--|.
+
==============================================================================
4. Word motions *word-motions*