1
0
forked from aniani/vim

updated for version 7.0089

This commit is contained in:
Bram Moolenaar
2005-06-21 22:37:39 +00:00
parent 3f77047607
commit d857f0e0f4
54 changed files with 2760 additions and 1027 deletions

View File

@@ -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()