summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-06-26 05:36:34 +0200
committerBram Moolenaar <Bram@vim.org>2011-06-26 05:36:34 +0200
commit8b3e0330ba1fee9ac6293f82f546e08be3f0799c (patch)
tree25e23e6842c28b3deef1a7f14f6e03c646001830 /runtime/doc/motion.txt
parent20892c1e6830abf25828fb73a72815d904271bd0 (diff)
updated for version 7.3.235v7.3.235
Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index d8a8906223..2f635bc48b 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -269,11 +269,11 @@ T{char} Till after [count]'th occurrence of {char} to the
{char} can be entered like with the |f| command.
*;*
-; Repeat latest f, t, F or T [count] times.
+; Repeat latest f, t, F or T [count] times. See |cpo-;|
*,*
, Repeat latest f, t, F or T in opposite direction
- [count] times.
+ [count] times. See also |cpo-;|
==============================================================================
3. Up-down motions *up-down-motions*