diff runtime/doc/motion.txt @ 586:86379a738de4

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:19:46 +0000
parents 93a822c9e3d2
children d220eb88e4e4
line wrap: on
line diff
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt*    For Vim version 7.0aa.  Last change: 2005 Sep 14
+*motion.txt*    For Vim version 7.0aa.  Last change: 2005 Dec 09
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -973,7 +973,7 @@ These commands are not marks themselves,
 			position.  E.g., when updating a "Last change"
 			timestamp in the first line: >
 
-				:let lnum = getline(".")
+				:let lnum = line(".")
 				:keepjumps normal gg
 				:call SetLastChange()
 				:keepjumps exe "normal " . lnum . "G"