diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-07-12 19:49:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-07-12 19:49:41 +0000 |
commit | ce6ef25cef1fb542b3d9bd6a52a55b6418934e6d (patch) | |
tree | 39d5ab6f7e2e24110997acc51f4d16699ddbca96 /src/proto | |
parent | a3f2ecdecb2854f1c0da13dc80435ddf7df2c57c (diff) | |
download | vim-ce6ef25cef1fb542b3d9bd6a52a55b6418934e6d.zip |
updated for version 7.0-038
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/undo.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index c48e65cb2..1397dc5a3 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro @@ -4,6 +4,7 @@ extern int u_save __ARGS((linenr_T top, linenr_T bot)); extern int u_savesub __ARGS((linenr_T lnum)); extern int u_inssub __ARGS((linenr_T lnum)); extern int u_savedel __ARGS((linenr_T lnum, long nlines)); +extern int undo_allowed __ARGS((void)); extern void u_undo __ARGS((int count)); extern void u_redo __ARGS((int count)); extern void undo_time __ARGS((long step, int sec, int absolute)); |