home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / edit / vim / src / proto / undo.pro < prev    next >
Encoding:
Text File  |  1994-08-09  |  555 b   |  16 lines

  1. /* undo.c */
  2. int u_save_cursor __PARMS((void));
  3. int u_save __PARMS((long top, long bot));
  4. int u_savesub __PARMS((long lnum));
  5. int u_inssub __PARMS((long lnum));
  6. int u_savedel __PARMS((long lnum, long nlines));
  7. void u_undo __PARMS((int count));
  8. void u_redo __PARMS((int count));
  9. void u_sync __PARMS((void));
  10. void u_unchanged __PARMS((struct buffer *buf));
  11. void u_clearall __PARMS((struct buffer *buf));
  12. void u_saveline __PARMS((long lnum));
  13. void u_clearline __PARMS((void));
  14. void u_undoline __PARMS((void));
  15. void u_blockfree __PARMS((struct buffer *buf));
  16.