comparison src/proto/undo.pro @ 771:c0f1b710ce07

updated for version 7.0226
author vimboss
date Thu, 16 Mar 2006 21:35:52 +0000
parents 8b0484fd9119
children 6beb2c667935
comparison
equal deleted inserted replaced
770:f30c8ac7741c 771:c0f1b710ce07
4 int u_savesub __ARGS((linenr_T lnum)); 4 int u_savesub __ARGS((linenr_T lnum));
5 int u_inssub __ARGS((linenr_T lnum)); 5 int u_inssub __ARGS((linenr_T lnum));
6 int u_savedel __ARGS((linenr_T lnum, long nlines)); 6 int u_savedel __ARGS((linenr_T lnum, long nlines));
7 void u_undo __ARGS((int count)); 7 void u_undo __ARGS((int count));
8 void u_redo __ARGS((int count)); 8 void u_redo __ARGS((int count));
9 void undo_time __ARGS((long step, int sec)); 9 void undo_time __ARGS((long step, int sec, int absolute));
10 void u_sync __ARGS((void)); 10 void u_sync __ARGS((void));
11 void ex_undolist __ARGS((exarg_T *eap));
11 void ex_undojoin __ARGS((exarg_T *eap)); 12 void ex_undojoin __ARGS((exarg_T *eap));
12 void u_unchanged __ARGS((buf_T *buf)); 13 void u_unchanged __ARGS((buf_T *buf));
13 void u_clearall __ARGS((buf_T *buf)); 14 void u_clearall __ARGS((buf_T *buf));
14 void u_saveline __ARGS((linenr_T lnum)); 15 void u_saveline __ARGS((linenr_T lnum));
15 void u_clearline __ARGS((void)); 16 void u_clearline __ARGS((void));