summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-12-01 23:03:28 +0100
committerBram Moolenaar <Bram@vim.org>2016-12-01 23:03:28 +0100
commit5162822914372fc916a93f85848c0c82209e7cec (patch)
tree10ca48f8f85f3a54843cc404c33d8de8ea4684f3 /runtime/doc/motion.txt
parentcf49790443eea7d720be556f4aaea261feb55259 (diff)
patch 8.0.0118v8.0.0118
Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 269f092426..ba37c87a52 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 8.0. Last change: 2016 Jul 12
+*motion.txt* For Vim version 8.0. Last change: 2016 Nov 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -915,6 +915,7 @@ was made yet in the current file.
then the position can be near the end of what the
command changed. For example when inserting a word,
the position will be on the last character.
+ To jump to older changes use |g;|.
{not in Vi}
*'(* *`(*