commit | d857f0e0f419ffcc8a17d2724d5f3fa62da590a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 22:37:39 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 22:37:39 2005 +0000 |
tree | 0a5a35fc6d2861e18bc87f4a91652198a7a6e60b | |
parent | 3f7704760770fb4382f61b27ae7762365db5c70a [diff] [blame] |
updated for version 7.0089
diff --git a/src/undo.c b/src/undo.c index 1abd41d..0ad3ae1 100644 --- a/src/undo.c +++ b/src/undo.c
@@ -79,7 +79,8 @@ 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()