diff src/undo.c @ 344:7033303ea0c0 v7.0089

updated for version 7.0089
author vimboss
date Tue, 21 Jun 2005 22:37:39 +0000
parents 7fd70926e2e1
children 0f2b5d1b8117
line wrap: on
line diff
--- a/src/undo.c
+++ b/src/undo.c
@@ -79,7 +79,8 @@ static long	u_newcount, u_oldcount;
 static int	undo_undoes = FALSE;
 
 /*
- * save the current line for both the "u" and "U" command
+ * Save the current line for both the "u" and "U" command.
+ * Returns OK or FAIL.
  */
     int
 u_save_cursor()