comparison src/proto/undo.pro @ 2281:e41433ea71df vim73

Added ":earlier 1f" and ":later 1f".
author Bram Moolenaar <bram@vim.org>
date Sun, 27 Jun 2010 05:18:54 +0200
parents 941ff1cd317a
children 3331756e4232
comparison
equal deleted inserted replaced
2280:941ff1cd317a 2281:e41433ea71df
10 char_u *u_get_undo_file_name __ARGS((char_u *buf_ffname, int reading)); 10 char_u *u_get_undo_file_name __ARGS((char_u *buf_ffname, int reading));
11 void u_write_undo __ARGS((char_u *name, int forceit, buf_T *buf, char_u *hash)); 11 void u_write_undo __ARGS((char_u *name, int forceit, buf_T *buf, char_u *hash));
12 void u_read_undo __ARGS((char_u *name, char_u *hash, char_u *orig_name)); 12 void u_read_undo __ARGS((char_u *name, char_u *hash, char_u *orig_name));
13 void u_undo __ARGS((int count)); 13 void u_undo __ARGS((int count));
14 void u_redo __ARGS((int count)); 14 void u_redo __ARGS((int count));
15 void undo_time __ARGS((long step, int sec, int absolute)); 15 void undo_time __ARGS((long step, int sec, int file, int absolute));
16 void u_sync __ARGS((int force)); 16 void u_sync __ARGS((int force));
17 void ex_undolist __ARGS((exarg_T *eap)); 17 void ex_undolist __ARGS((exarg_T *eap));
18 void ex_undojoin __ARGS((exarg_T *eap)); 18 void ex_undojoin __ARGS((exarg_T *eap));
19 void u_unchanged __ARGS((buf_T *buf)); 19 void u_unchanged __ARGS((buf_T *buf));
20 void u_update_save_nr __ARGS((buf_T *buf));
20 void u_clearall __ARGS((buf_T *buf)); 21 void u_clearall __ARGS((buf_T *buf));
21 void u_saveline __ARGS((linenr_T lnum)); 22 void u_saveline __ARGS((linenr_T lnum));
22 void u_clearline __ARGS((void)); 23 void u_clearline __ARGS((void));
23 void u_undoline __ARGS((void)); 24 void u_undoline __ARGS((void));
24 void u_blockfree __ARGS((buf_T *buf)); 25 void u_blockfree __ARGS((buf_T *buf));